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"]The depth the external pressure sensor will read when the vehicle is considered at the surface (in centimeters)
This value is incremented when changes are made to the eeprom format
Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network
Allows restricting radio overrides to only come from my ground station
Throttle filter cutoff (Hz) - active whenever altitude control is inactive - 0 to disable
bitmask of PIDs to send MAVLink PID_TUNING messages for
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Roll |
| 2 | Pitch |
| 4 | Yaw |
Controls what action to take when GCS heartbeat is lost.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
| 2 | Disarm |
| 3 | Enter depth hold mode |
| 4 | Enter surface mode |
Controls what action to take if a leak is detected.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
| 2 | Enter surface mode |
Controls what action to take if internal pressure exceeds FS_PRESS_MAX parameter.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
Controls what action to take if internal temperature exceeds FS_TEMP_MAX parameter.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
The maximum internal pressure allowed before triggering failsafe. Failsafe action is determined by FS_PRESS_ENABLE parameter
The maximum internal temperature allowed before triggering failsafe. Failsafe action is determined by FS_TEMP_ENABLE parameter.
Controls what action to take if terrain information is lost during AUTO mode
| Value | Meaning |
|---|---|
| 0 | Disarm |
| 1 | Hold Position |
| 2 | Surface |
Controls what action to take if no pilot input has been received after the timeout period specified by the FS_PILOT_TIMEOUT parameter
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn Only |
| 2 | Disarm |
Controls the maximum interval between received pilot inputs before the failsafe action is triggered
Maximum allowed angle (in degrees) between current track and desired heading during waypoint navigation
Determines how the autopilot controls the yaw during missions and RTL
| Value | Meaning |
|---|---|
| 0 | Never change yaw |
| 1 | Face next waypoint |
| 2 | Face next waypoint except RTL |
| 3 | Face along GPS course |
| 4 | Correct crosstrack error |
The maximum vertical ascending velocity the pilot may request in cm/s
The maximum vertical descending velocity the pilot may request in cm/s
The vertical acceleration used when pilot is controlling the altitude
The PWM deadzone in microseconds above and below mid throttle. Used in AltHold, Loiter, PosHold flight modes
4 byte bitmap of log types to enable
| Value | Meaning |
|---|---|
| 830 | Default |
| 894 | Default+RCIN |
| 958 | Default+IMU |
| 1854 | Default+Motors |
| -6146 | NearlyAll-AC315 |
| 45054 | NearlyAll |
| 131071 | All+FastATT |
| 262142 | All+MotBatt |
| 393214 | All+FastIMU |
| 397310 | All+FastIMU+PID |
| 655358 | All+FullIMU |
| 0 | Disabled |
Maximum lean angle in all flight modes
Controls the action that will be taken when an EKF failsafe is invoked
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
| 2 | Disarm |
Allows setting the maximum acceptable compass and velocity variance
| Value | Meaning |
|---|---|
| 0.6 | Strict |
| 0.8 | Default |
| 1.0 | Relaxed |
This enables automatic crash checking. When enabled the motors will disarm if a crash is detected.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Warn only |
| 2 | Disarm |
Default gain at boot, must be in range [JS_GAIN_MIN , JS_GAIN_MAX]. Current gain value is accessible via NAMED_VALUE_FLOAT MAVLink message with name 'PilotGain'.
Maximum joystick gain
Minimum joystick gain
Controls the number of steps between minimum and maximum joystick gain when the gain is adjusted using buttons. Set to 1 to always use JS_GAIN_DEFAULT.
Number of steps in brightness between minimum and maximum brightness
Scalar for gain on the throttle channel. Gets scaled with the current JS gain
Set this parameter according to your vehicle/motor configuration
| Value | Meaning |
|---|---|
| 0 | BlueROV1 |
| 1 | Vectored |
| 2 | Vectored_6DOF |
| 3 | Vectored_6DOF_90 |
| 4 | SimpleROV-3 |
| 5 | SimpleROV-4 |
| 6 | SimpleROV-5 |
| 7 | Custom |
This is the speed in Hertz that your ESCs will receive updates
Converts pilot roll and pitch into a desired rate of rotation in ACRO and SPORT mode. Higher values mean faster rate of rotation.
Converts pilot yaw input into a desired rate of rotation. Higher values mean faster rate of rotation.
rate at which roll angle returns to level in acro mode. A higher value causes the vehicle to return to level faster.
rate at which pitch angle returns to level in acro mode. A higher value causes the vehicle to return to level faster.
Type of trainer used in acro mode
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Leveling |
| 2 | Leveling and Limited |
Acro roll/pitch Expo to allow faster rotation 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 |
Minimum signal quality for good rangefinder readings
Minimum depth to engage SURFTRAK mode
Backup EKF origin latitude used when not using a positioning system.
Backup EKF origin longitude used when not using a positioning system.
Backup EKF origin altitude (MSL) used when not using a positioning system.
Deadreckoning Enable
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Distance from home (in meters) beyond which the dead reckoning will be enabled
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
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
GPS checks must fail for this many seconds before dead reckoning will be triggered
lean angle (in degrees) during deadreckoning
Copter will fly at at least this altitude (in meters) above home during deadreckoning
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
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's max distance (in meters) from the vehicle
Number of battery SOC estimators
Battery estimator index
Battery estimator cell count
Battery estimator coefficient1
Battery estimator coefficient2
Battery estimator coefficient3
Battery estimator index
Battery estimator cell count
Battery estimator coefficient1
Battery estimator coefficient2
Battery estimator coefficient3
Battery estimator index
Battery estimator cell count
Battery estimator coefficient1
Battery estimator coefficient2
Battery estimator coefficient3
Battery estimator index
Battery estimator cell count
Battery estimator coefficient1
Battery estimator coefficient2
Battery estimator coefficient3
Enable quicktune system
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
axes to tune
Time to double a tuning parameter. Raise this for a slower tune.
Reduction in gain after oscillation detected. Raise this number to get a more conservative tune
Threshold for oscillation detection. A lower value will lead to a more conservative tune.
Maximum value for yaw P gain
Maximum value for yaw D gain
Ratio between P and I gains for roll and pitch. Raise this to get a lower I gain
Ratio between P and I gains for yaw. Raise this to get a lower I gain
When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune
RCn_OPTION number to use to control tuning stop/start/save
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.
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.
Enable ship landing system
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
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 |
enable web server
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
web server TCP port
web server debugging
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
web server block size for download
timeout for inactive connections
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
Enable parameter reversion system
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
RCn_OPTION number to used to trigger parameter reversion
Automatically enables High Latency mode if not already enabled
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
When in High Latency mode, send Rockblock updates every N seconds
Sends Rockblock debug text to GCS via statustexts
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enables the Rockblock sending and recieving
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enable quicktune system
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
axes to tune
Ratio between measured response and FF gain. Raise this to get a higher FF gain
Ratio between steering FF and P gains. Raise this to get a higher P gain, 0 to leave P unchanged
Ratio between steering FF and I gains. Raise this to get a higher I gain, 0 to leave I unchanged
Ratio between measured response and CRUISE_THROTTLE value. Raise this to get a higher CRUISE_THROTTLE value
Ratio between speed FF and P gain. Raise this to get a higher P gain, 0 to leave P unchanged
Ratio between speed FF and I gain. Raise this to get a higher I gain, 0 to leave I unchanged
When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune
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 |
Maximum rate when retracting line
Maximum rate when releasing line
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 |
Maximum angular acceleration in maneuvers
This is the time over which we filter the desired roll to smooth it
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
This controls how rapidly the throttle is raised to compensate for a speed error
This controls how rapidly the throttle is raised to compensate for a speed error
This is the time constant for correcting roll errors. A smaller value leads to faster roll corrections
This is the time constant for correcting path position errors
This controls how rapidly we correct back onto the desired path
This controls how rapidly we correct back onto the desired path
This controls how rapidly we roll into a new orientation
This controls how far ahead we look in time along the path for the target throttle
This controls the printing of extra debug information on paths
Lowest throttle used during maneuvers
This is the extra throttle added in schedule elements marked as needing a throttle boost
This is maximum yaw acceleration to use
This is how much time to look ahead in the path for calculating path rates
Scale factor for Path/Box size. 0.5 would half the distances in maneuvers. Radii are unaffected.
Length of aerobatic "box"
Amount of throttle to reduce to for a stall turn
Pitch threashold for moving to final stage of stall turn
Percent of rudder normally uses to sustain knife-edge at trick speed
Time to look ahead in the path to calculate rudder correction for bank angle
Maximum allowable loss in altitude during a trick or sequence from its starting altitude.
This controls how rapidly two aircraft are brought back into time sync
This controls how rapidly two aircraft are brought back into time sync
This sets the maximum speed adjustment for time sync between aircraft
This sets the rate we send data for time sync between aircraft
When set to a non-zero value, this is the assumed direction of the mission. Otherwise the waypoint angle is used
Options to control aerobatic behavior
Enables Tricks on Switch. TRIK params hidden until enabled
Setting an RC channel's _OPTION to this value will use it for trick selection
Setting an RC channel's _OPTION to this value will use it for trick action (abort,announce,execute)
Number of tricks which can be selected over the range of the trik selection RC channel
Enable EFI DLA driver
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
EFI DLA litres of fuel per second of injection time
Enable Hobbywing ESC telemetry
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Number of motor poles for eRPM scaling
Motor number offset of first ESC
Enable Halo6000 EFI driver
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Halo6000 CAN driver. Use 1 for first CAN scripting driver, 2 for 2nd driver
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | FirstCAN |
| 2 | SecondCAN |
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 |
The rate that additional generator telemetry is sent
The capacity of the tank in litres
ViewPro debug
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
| 2 | Enabled including attitude reporting |
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 |
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 |
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 |
ViewPro Zoom Speed. Higher numbers result in faster zooming
ViewPro Zoom Times Max
Enable SkyPower EFI support
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Set SkyPower EFI CAN driver
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | 1stCANDriver |
| 2 | 2ndCanDriver |
SkyPower EFI update rate
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 |
SkyPower EFI throttle rate. This sets rate at which throttle updates are sent to the engine
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 |
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 |
SkyPower EFI minimum RPM. This is the RPM below which the engine is considered to be stopped
SkyPower EFI telemetry rate. This is the rate at which extra telemetry values are sent to the GCS
SkyPower EFI log rate. This is the rate at which extra logging of the SkyPower EFI is performed
SkyPower EFI allow start disarmed. This controls if starting the engine while disarmed is allowed
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
SkyPower EFI ECU model
| Value | Meaning |
|---|---|
| 0 | Default |
| 1 | SP_275 |
SkyPower EFI enable generator control
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
Enable SVFFI generator support
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Check for Generator ARM state before arming
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enable ANX battery support
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Set ANX CAN driver
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | 1stCANDriver |
| 2 | 2ndCanDriver |
ANX CAN battery index
ANX CAN battery options
Enable DJIRS2 debug
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
| 2 | Enabled with attitude reporting |
DJIRS2 upside down
| Value | Meaning |
|---|---|
| 0 | Right side up |
| 1 | Upside down |
Enable EFI INF-Inject driver
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 |
UART instance sensor is connected to. Set 1 if sensor is connected to the port with fist SERIALx_PROTOCOL = 28.
Serial Port baud rate. Sensor baud rate can be changed from Nassistant software
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 |
Number of TOFSENSE-M CAN sensors connected
TOFSENSE-M mode to be used. 0 for 8x8 mode. 1 for 4x4 mode
| Value | Meaning |
|---|---|
| 0 | 8x8 mode |
| 1 | 4x4 mode |
First TOFSENSE-M sensors backend Instance. Setting this to 1 will pick the first backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)
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
Second TOFSENSE-M sensors backend Instance. Setting this to 2 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)
Second TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software
Third TOFSENSE-M sensors backend Instance. Setting this to 3 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)
Third TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software
Initial increment step for changing the actuator's PWM
Initial increment step for changing the actuator's PWM
Initial increment step for changing the actuator's PWM
Initial increment step for changing the actuator's PWM
Initial increment step for changing the actuator's PWM
Initial increment step for changing the actuator's PWM
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.
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 |
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.
This controls how fast the accelerometers correct the attitude
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.
Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right.
Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back.
Not Used
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 |
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.
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.
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 |
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.
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.
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.
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 receiver type
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | NMEA AIVDM message |
AIS list size of nearest vessels. Longer lists take longer to refresh with lower SRx_ADSB values.
if no updates are received in this time a vessel will be removed from the list
Bitmask of AIS logging options
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.
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 |
Bitmask of mission items that are required to be planned in order to arm the aircraft
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.
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 |
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
Enable airspeed sensor support
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
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 |
This selects which airspeed sensor will be the primary if multiple sensors are found
| Value | Meaning |
|---|---|
| 0 | FirstSensor |
| 1 | 2ndSensor |
This parameter and function is not used by this vehicle. Always set to 0.
This parameter and function is not used by this vehicle. Always set to 0.
This parameter and function is not used by this vehicle. Always set to 0.
This parameter and function is not used by this vehicle.
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.
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 |
This parameter is not used by this vehicle. Always set to 0.
| Value | Meaning |
|---|---|
| 0 | DoNotUse |
| 1 | Use |
| 2 | UseWhenZeroThrottle |
Airspeed calibration offset
Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.
The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.
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.
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 |
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 |
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
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 |
Airspeed sensor ID, taking into account its type, bus and instance
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 |
This parameter is not used by this vehicle. Always set to 0.
| Value | Meaning |
|---|---|
| 0 | DoNotUse |
| 1 | Use |
| 2 | UseWhenZeroThrottle |
Airspeed calibration offset
Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.
The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.
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.
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 |
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 |
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
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 |
Airspeed sensor ID, taking into account its type, bus and instance
Maximum rate the yaw target can be updated in Loiter, RTL, Auto flight modes
Maximum acceleration in yaw axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 9000 | VerySlow |
| 18000 | Slow |
| 36000 | Medium |
| 54000 | Fast |
Controls whether body-frame rate feedforward is enabled or disabled
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Maximum acceleration in roll axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 30000 | VerySlow |
| 72000 | Slow |
| 108000 | Medium |
| 162000 | Fast |
Maximum acceleration in pitch axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 30000 | VerySlow |
| 72000 | Slow |
| 108000 | Medium |
| 162000 | Fast |
Angle Boost increases output throttle as the vehicle leans to reduce loss of altitude
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Roll axis angle controller P gain. Converts the error between the desired roll angle and actual angle to a desired roll rate
Pitch axis angle controller P gain. Converts the error between the desired pitch angle and actual angle to a desired pitch rate
Yaw axis angle controller P gain. Converts the error between the desired yaw angle and actual angle to a desired yaw rate
Angle Limit (to maintain altitude) Time Constant
Maximum angular velocity in roll axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 60 | Slow |
| 180 | Medium |
| 360 | Fast |
Maximum angular velocity in pitch axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 60 | Slow |
| 180 | Medium |
| 360 | Fast |
Maximum angular velocity in yaw axis
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 60 | Slow |
| 180 | Medium |
| 360 | Fast |
Attitude control input time constant. Low numbers lead to sharper response, higher numbers to softer response
| Value | Meaning |
|---|---|
| 0.5 | Very Soft |
| 0.2 | Soft |
| 0.15 | Medium |
| 0.1 | Crisp |
| 0.05 | Very Crisp |
Roll axis rate controller P gain. Corrects in proportion to the difference between the desired roll rate vs actual roll rate
Roll axis rate controller I gain. Corrects long-term difference in desired roll rate vs actual roll rate
Roll axis rate controller I gain maximum. Constrains the maximum that the I term will output
Roll axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate
Roll axis rate controller feed forward
Roll axis rate controller input frequency in Hz
Roll axis rate controller input frequency in Hz
Roll axis rate controller input frequency in Hz
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.
Roll axis rate controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
FF D Gain which produces an output that is proportional to the rate of change of the target
Roll Target notch filter index
Roll Error notch filter index
Pitch axis rate controller P gain. Corrects in proportion to the difference between the desired pitch rate vs actual pitch rate
Pitch axis rate controller I gain. Corrects long-term difference in desired pitch rate vs actual pitch rate
Pitch axis rate controller I gain maximum. Constrains the maximum that the I term will output
Pitch axis rate controller D gain. Compensates for short-term change in desired pitch rate vs actual pitch rate
Pitch axis rate controller feed forward
Pitch axis rate controller input frequency in Hz
Pitch axis rate controller input frequency in Hz
Pitch axis rate controller input frequency in Hz
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.
Pitch axis rate controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
FF D Gain which produces an output that is proportional to the rate of change of the target
Pitch Target notch filter index
Pitch Error notch filter index
Yaw axis rate controller P gain. Corrects in proportion to the difference between the desired yaw rate vs actual yaw rate
Yaw axis rate controller I gain. Corrects long-term difference in desired yaw rate vs actual yaw rate
Yaw axis rate controller I gain maximum. Constrains the maximum that the I term will output
Yaw axis rate controller D gain. Compensates for short-term change in desired yaw rate vs actual yaw rate
Yaw axis rate controller feed forward
Yaw axis rate controller input frequency in Hz
Yaw axis rate controller input frequency in Hz
Yaw axis rate controller input frequency in Hz
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.
Yaw axis rate controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
FF D Gain which produces an output that is proportional to the rate of change of the target
Yaw Target notch filter index
Yaw Error notch filter index
Throttle vs attitude control prioritisation used when landing (higher values mean we prioritise attitude control over throttle)
Throttle vs attitude control prioritisation used during active flight (higher values mean we prioritise attitude control over throttle)
Throttle vs attitude control prioritisation used during manual flight (higher values mean we prioritise attitude control over throttle)
Roll axis rate controller input frequency in Hz
Pitch axis rate controller input frequency in Hz
Yaw axis rate controller input frequency in Hz
Enabled/disable avoidance input sources
Vehicle will attempt to stay at least this distance (in meters) from objects while in GPS modes
Maximum speed that will be used to back away from obstacles in GPS modes (m/s). Set zero to disable
Maximum acceleration with which obstacles will be avoided with. Set zero to disable acceleration limits
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.
calibrated ground pressure in Pascals
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 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.
This selects which barometer will be the primary if multiple barometers are found
| Value | Meaning |
|---|---|
| 0 | FirstBaro |
| 1 | 2ndBaro |
| 2 | 3rdBaro |
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 |
This sets the specific gravity of the fluid when flying an underwater ROV.
| Value | Meaning |
|---|---|
| 1.0 | Freshwater |
| 1.024 | Saltwater |
calibrated ground pressure in Pascals
calibrated ground pressure in Pascals
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.
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.
Barometer sensor ID, taking into account its type, bus and instance
Barometer2 sensor ID, taking into account its type, bus and instance
Barometer3 sensor ID, taking into account its type, bus and instance
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.
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
This enables the use of wind coefficients for barometer compensation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
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.
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.
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.
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.
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.
This enables the use of wind coefficients for barometer compensation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
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.
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.
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.
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.
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.
This enables the use of wind coefficients for barometer compensation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
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.
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.
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.
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.
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.
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
Capacity of the battery in mAh when full
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.
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.
Voltage type used for detection of low voltage event
| Value | Meaning |
|---|---|
| 0 | Raw Voltage |
| 1 | Sag Compensated 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.
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.
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 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.
What action the vehicle should perform if it hits a low battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
What action the vehicle should perform if it hits a critical battery failsafe
| Value | Meaning |
|---|---|
| 0 | None |
| 2 | Disarm |
| 3 | Enter surface mode |
Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.
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.
This sets options to change the behaviour of the battery monitor
ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.
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 |
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 |
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.
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.
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 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
Battery monitor I2C address
0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.
Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications
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.
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.
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.
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 |
First order polynomial fit term
Second order polynomial fit term
Third order polynomial fit term
Offset polynomial fit term
Maximum voltage of battery. Provides scaling of current versus voltage
Battery monitor I2C bus number
Battery monitor I2C address. If this is zero then probe list of supported addresses
This controls the maximum current the INS2XX sensor will work with.
This sets the shunt resistor used in the device
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 |
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 |
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 |
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 |
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 |
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 |
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 |
User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot
A bitmask which controls what outputs can move while the safety switch has not been pressed
Board heater target temperature for boards with controllable heating units. Set to -1 to disable the heater, please reboot after setting to -1.
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 |
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 |
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
Minimum voltage on the autopilot power rail to allow the aircraft to arm. 0 to disable the check.
Minimum voltage on the servo rail to allow the aircraft to arm. 0 to disable the check.
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.
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 |
Board specific option flags
This adds a delay in milliseconds to boot to ensure peripherals initialise fully
Board Heater P gain
Board Heater integrator gain
Board Heater integrator maximum
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.
Arming check will fail if temp is lower than this margin below BRD_HEAT_TARG. 0 disables the low temperature check
This sets the amount of storage in kilobytes reserved on the microsd card in mission.stg for waypoint storage. Each waypoint uses 15 bytes.
This loads the DShot firmware on the IO co-processor
| Value | Meaning |
|---|---|
| 0 | StandardFW |
| 1 | DshotFW |
This enables support for direct attached radio receivers
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | CYRF6936 |
| 2 | CC2500 |
| 3 | BK2425 |
Select air protocol
| Value | Meaning |
|---|---|
| 0 | Auto |
| 1 | DSM2 |
| 2 | DSMX |
radio debug level
disable receive CRC (for debug)
| Value | Meaning |
|---|---|
| 0 | NotDisabled |
| 1 | Disabled |
Channel to show receive RSSI signal strength, or zero for disabled
Channel to show received packet-per-second rate, or zero for disabled
If this is non-zero then telemetry packets will be sent over DSM
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX
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 |
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 |
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 |
Channel to show telemetry RSSI value as received by TX
Channel to show telemetry packets-per-second value, as received at TX
Set transmitter maximum transmit power (from 1 to 8)
Set transmitter buzzer note adjustment (adjust frequency up)
When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets.
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
Specifies which sources of UTC time will be accepted
Adds offset in +- minutes from UTC to calculate local time
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Set to 0 to disable or choose a function
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | shift |
| 2 | arm_toggle |
| 3 | arm |
| 4 | disarm |
| 5 | mode_manual |
| 6 | mode_stabilize |
| 7 | mode_depth_hold |
| 8 | mode_poshold |
| 9 | mode_auto |
| 10 | mode_circle |
| 11 | mode_guided |
| 12 | mode_acro |
| 13 | mode_surftrak |
| 21 | mount_center |
| 22 | mount_tilt_up |
| 23 | mount_tilt_down |
| 24 | camera_trigger |
| 25 | camera_source_toggle |
| 26 | mount_pan_right |
| 27 | mount_pan_left |
| 31 | lights1_cycle |
| 32 | lights1_brighter |
| 33 | lights1_dimmer |
| 34 | lights2_cycle |
| 35 | lights2_brighter |
| 36 | lights2_dimmer |
| 41 | gain_toggle |
| 42 | gain_inc |
| 43 | gain_dec |
| 44 | trim_roll_inc |
| 45 | trim_roll_dec |
| 46 | trim_pitch_inc |
| 47 | trim_pitch_dec |
| 48 | input_hold_set |
| 49 | roll_pitch_toggle |
| 51 | relay_1_on |
| 52 | relay_1_off |
| 53 | relay_1_toggle |
| 54 | relay_2_on |
| 55 | relay_2_off |
| 56 | relay_2_toggle |
| 57 | relay_3_on |
| 58 | relay_3_off |
| 59 | relay_3_toggle |
| 61 | actuator_1_inc |
| 62 | actuator_1_dec |
| 63 | actuator_1_min |
| 64 | actuator_1_max |
| 65 | actuator_1_center |
| 66 | actuator_2_inc |
| 67 | actuator_2_dec |
| 68 | actuator_2_min |
| 69 | actuator_2_max |
| 70 | actuator_2_center |
| 71 | actuator_3_inc |
| 72 | actuator_3_dec |
| 73 | actuator_3_min |
| 74 | actuator_3_max |
| 75 | actuator_3_center |
| 76 | actuator_1_min_momentary |
| 77 | actuator_1_max_momentary |
| 78 | actuator_1_min_toggle |
| 79 | actuator_1_max_toggle |
| 80 | actuator_2_min_momentary |
| 81 | actuator_2_max_momentary |
| 82 | actuator_2_min_toggle |
| 83 | actuator_2_max_toggle |
| 84 | actuator_3_min_momentary |
| 85 | actuator_3_max_momentary |
| 86 | actuator_3_min_toggle |
| 87 | actuator_3_max_toggle |
| 91 | custom_1 |
| 92 | custom_2 |
| 93 | custom_3 |
| 94 | custom_4 |
| 95 | custom_5 |
| 96 | custom_6 |
| 101 | relay_4_on |
| 102 | relay_4_off |
| 103 | relay_4_toggle |
| 104 | relay_1_momentary |
| 105 | relay_2_momentary |
| 106 | relay_3_momentary |
| 107 | relay_4_momentary |
| 108 | script_1 |
| 109 | script_2 |
| 110 | script_3 |
| 111 | script_4 |
| 112 | actuator_4_min |
| 113 | actuator_4_max |
| 114 | actuator_4_center |
| 115 | actuator_4_inc |
| 116 | actuator_4_dec |
| 117 | actuator_4_min_momentary |
| 118 | actuator_4_max_momentary |
| 119 | actuator_4_min_toggle |
| 120 | actuator_4_max_toggle |
| 121 | actuator_5_min |
| 122 | actuator_5_max |
| 123 | actuator_5_center |
| 124 | actuator_5_inc |
| 125 | actuator_5_dec |
| 126 | actuator_5_min_momentary |
| 127 | actuator_5_max_momentary |
| 128 | actuator_5_min_toggle |
| 129 | actuator_5_max_toggle |
| 130 | actuator_6_min |
| 131 | actuator_6_max |
| 132 | actuator_6_center |
| 133 | actuator_6_inc |
| 134 | actuator_6_dec |
| 135 | actuator_6_min_momentary |
| 136 | actuator_6_max_momentary |
| 137 | actuator_6_min_toggle |
| 138 | actuator_6_max_toggle |
Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll).
When enabled, trigging by distance is done in AUTO mode only.
| Value | Meaning |
|---|---|
| 0 | Always |
| 1 | Only when in AUTO |
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 |
Duration in seconds that the camera shutter is held open
PWM value in microseconds to move servo to when shutter is activated
PWM value in microseconds to move servo to when shutter is deactivated
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.
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 |
Postpone shooting if previous picture was taken less than this many seconds ago
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 |
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 |
Camera options bitmask
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. 0 if unknown
Camera vertical field of view. 0 if unknown
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 |
Duration in seconds that the camera shutter is held open
PWM value in microseconds to move servo to when shutter is activated
PWM value in microseconds to move servo to when shutter is deactivated
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.
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 |
Postpone shooting if previous picture was taken less than this many seconds ago
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 |
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 |
Camera options bitmask
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. 0 if unknown
Camera vertical field of view. 0 if unknown
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 |
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.
Time it takes for the RunCam to become fully ready in ms. If this is too short then commands can get out of sync.
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.
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.
Specifies the allowed actions required to enter the OSD menu and other option like autorecording
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 |
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 |
Secondary protocol with 11 bit CAN addressing
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 7 | USD1 |
| 10 | Scripting |
| 11 | Benewake |
| 12 | Scripting2 |
| 13 | TOFSenseP |
| 14 | NanoRadar_NRA24 |
Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN
Output rate of ESC command messages
Bitmask defining which servo channels are to be transmitted over Piccolo CAN
Output rate of servo command messages
Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.
Output rate of ECU command messages
DroneCAN node should be set implicitly
Bitmask with one set for channel to be transmitted as a servo command over DroneCAN
Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN
Maximum transmit rate for servo outputs
Option flags
Maximum transmit rate for Notify State Message
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
Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads
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.
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
Enable DroneCAN virtual serial ports
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
CAN remote node number for serial port
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 |
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 |
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 remote node number for serial port
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 |
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 |
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 node number for serial port
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 |
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 |
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 |
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 |
Secondary protocol with 11 bit CAN addressing
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 7 | USD1 |
| 10 | Scripting |
| 11 | Benewake |
| 12 | Scripting2 |
| 13 | TOFSenseP |
| 14 | NanoRadar_NRA24 |
Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN
Output rate of ESC command messages
Bitmask defining which servo channels are to be transmitted over Piccolo CAN
Output rate of servo command messages
Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.
Output rate of ECU command messages
DroneCAN node should be set implicitly
Bitmask with one set for channel to be transmitted as a servo command over DroneCAN
Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN
Maximum transmit rate for servo outputs
Option flags
Maximum transmit rate for Notify State Message
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
Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads
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.
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
Enable DroneCAN virtual serial ports
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
CAN remote node number for serial port
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 |
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 |
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 remote node number for serial port
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 |
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 |
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 node number for serial port
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 |
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 |
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 |
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 |
Secondary protocol with 11 bit CAN addressing
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 7 | USD1 |
| 10 | Scripting |
| 11 | Benewake |
| 12 | Scripting2 |
| 13 | TOFSenseP |
| 14 | NanoRadar_NRA24 |
Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN
Output rate of ESC command messages
Bitmask defining which servo channels are to be transmitted over Piccolo CAN
Output rate of servo command messages
Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.
Output rate of ECU command messages
DroneCAN node should be set implicitly
Bitmask with one set for channel to be transmitted as a servo command over DroneCAN
Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN
Maximum transmit rate for servo outputs
Option flags
Maximum transmit rate for Notify State Message
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
Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads
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.
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
Enable DroneCAN virtual serial ports
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
CAN remote node number for serial port
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 |
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 |
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 remote node number for serial port
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 |
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 |
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 node number for serial port
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 |
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 |
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 |
Enabling this option enables use of CAN buses.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | First driver |
| 2 | Second driver |
| 3 | Third driver |
Bit rate can be set up to from 10000 to 1000000
Bit rate can be set up to from 1000000 to 8000000
| Value | Meaning |
|---|---|
| 1 | 1M |
| 2 | 2M |
| 4 | 4M |
| 5 | 5M |
| 8 | 8M |
Enabling this option enables use of CAN buses.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | First driver |
| 2 | Second driver |
| 3 | Third driver |
Bit rate can be set up to from 10000 to 1000000
Bit rate can be set up to from 1000000 to 8000000
| Value | Meaning |
|---|---|
| 1 | 1M |
| 2 | 2M |
| 4 | 4M |
| 5 | 5M |
| 8 | 8M |
Enabling this option enables use of CAN buses.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | First driver |
| 2 | Second driver |
| 3 | Third driver |
Bit rate can be set up to from 10000 to 1000000
Bit rate can be set up to from 1000000 to 8000000
| Value | Meaning |
|---|---|
| 1 | 1M |
| 2 | 2M |
| 4 | 4M |
| 5 | 5M |
| 8 | 8M |
CAN Interface ID to be routed to SLCAN, 0 means no routing
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | First interface |
| 2 | Second interface |
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 |
Duration of inactivity after which SLCAN is switched back to original driver in seconds.
Duration after which slcan starts after setting SERNUM in seconds.
Defines the radius of the circle the vehicle will fly when in Circle flight mode
Circle mode's turn rate in deg/sec. Positive to turn clockwise, negative for counter clockwise. Circle rate must be less than ATC_SLEW_YAW parameter.
0:Enable or disable using the pitch/roll stick control circle mode's radius and rate
Offset to be added to the compass x-axis values to compensate for metal in the frame
Offset to be added to the compass y-axis values to compensate for metal in the frame
Offset to be added to the compass z-axis values to compensate for metal in the frame
An angle to compensate between the true north and magnetic north
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 |
Enable or disable the use of the compass (instead of the GPS) for determining heading
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enable or disable the automatic calculation of the declination based on gps location
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Set motor interference compensation type to disabled, throttle or current. Do not change manually.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Use Throttle |
| 2 | Use Current |
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)
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)
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)
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 |
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 |
Offset to be added to compass2's x-axis values to compensate for metal in the frame
Offset to be added to compass2's y-axis values to compensate for metal in the frame
Offset to be added to compass2's z-axis values to compensate for metal in the frame
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)
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)
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)
Offset to be added to compass3's x-axis values to compensate for metal in the frame
Offset to be added to compass3's y-axis values to compensate for metal in the frame
Offset to be added to compass3's z-axis values to compensate for metal in the frame
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)
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)
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. Automatically detected, do not set manually
Second compass's device id. Automatically detected, do not set manually
Third compass's device id. Automatically detected, do not set manually
Enable or disable the secondary compass for determining heading.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 |
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 |
Enable or disable the tertiary compass for determining heading.
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 |
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 |
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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]]
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 |
This sets the maximum allowed compass offset in calibration and arming checks
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
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.
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 device id with 1st order priority, set automatically if 0. Reboot required after change.
Compass device id with 2nd order priority, set automatically if 0. Reboot required after change.
Compass device id with 3rd order priority, set automatically if 0. 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 |
Scaling factor for first compass to compensate for sensor scaling errors. If this is 0 then no scaling is done
Scaling factor for 2nd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done
Scaling factor for 3rd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done
This sets options to change the behaviour of the compass
Extra 4th compass's device id. Automatically detected, do not set manually
Extra 5th compass's device id. Automatically detected, do not set manually
Extra 6th compass's device id. Automatically detected, do not set manually
Extra 7th compass's device id. Automatically detected, do not set manually
Extra 8th compass's device id. Automatically detected, do not set manually
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.
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.
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.
This enables per-motor compass corrections
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
This is the exponential correction for the power output of the motor for per-motor compass correction
Compensation for X axis of motor1
Compensation for Y axis of motor1
Compensation for Z axis of motor1
Compensation for X axis of motor2
Compensation for Y axis of motor2
Compensation for Z axis of motor2
Compensation for X axis of motor3
Compensation for Y axis of motor3
Compensation for Z axis of motor3
Compensation for X axis of motor4
Compensation for Y axis of motor4
Compensation for Z axis of motor4
This enables custom rotations
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
Custom euler roll, euler 321 (yaw, pitch, roll) ordering
Custom euler pitch, euler 321 (yaw, pitch, roll) ordering
Custom euler yaw, euler 321 (yaw, pitch, roll) ordering
Custom euler roll, euler 321 (yaw, pitch, roll) ordering
Custom euler pitch, euler 321 (yaw, pitch, roll) ordering
Custom euler yaw, euler 321 (yaw, pitch, roll) ordering
Enable DDS subsystem
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
UDP port number for DDS
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
Enable ODID subsystem
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 |
DroneCAN driver index, 0 to disable DroneCAN
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Driver1 |
| 2 | Driver2 |
Options for OpenDroneID subsystem
Barometer Vertical Accuracy when installed in the vehicle. Note this is dependent upon installation conditions and thus disabled by default
Type of AHRS device
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | VectorNav |
| 2 | MicroStrain5 |
| 5 | InertialLabs |
| 7 | MicroStrain7 |
Requested rate for AHRS device
External AHRS options bitmask
External AHRS sensors bitmask
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 |
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
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
Used to calculate fuel consumption
Enable EFI throttle linearisation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
First Order Polynomial Coefficient. (=1, if throttle is first order polynomial trendline)
Second Order Polynomial Coefficient (=0, if throttle is second order polynomial trendline)
Third Order Polynomial Coefficient. (=0, if throttle is third order polynomial trendline)
Offset for throttle linearization
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 |
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 |
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.
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.
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.
This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.
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.
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 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 |
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.
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.
This is the number of msec that the Height measurements lag behind the inertial measurements.
This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.
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 |
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.
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.
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.
This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.
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.
This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter
This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.
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.
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.
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.
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.
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.
This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier.
This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.
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.
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.
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.
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.
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.
This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.
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.
Sets the time constant of the output complementary filter/predictor in centi-seconds.
This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.
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 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.
Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height.
This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.
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.
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.
The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.
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.
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).
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 |
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.
Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
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.
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.
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.
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 |
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.
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.
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.
This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.
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.
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.
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.
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.
This is the number of msec that the Height measurements lag behind the inertial measurements.
This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.
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) |
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.
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.
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.
This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.
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.
This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter
This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.
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.
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.
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.
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.
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.
This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.
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.
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.
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.
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.
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.
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.
This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.
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.
Sets the time constant of the output complementary filter/predictor in centi-seconds.
This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.
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 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.
Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference
This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.
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.
This is the number of msec that the range beacon measurements lag behind the inertial measurements.
The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.
The accelerometer bias state will be limited to +- this value
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.
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).
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.
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.
This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused.
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 |
Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
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.
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.
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.
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.
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
These options control the affinity between sensor instances and EKF cores
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.
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.
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
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.
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.
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.
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.
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.
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.
Position Horizontal Source (Primary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Horizontal Source
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 5 | OpticalFlow |
| 6 | ExternalNav |
| 7 | WheelEncoder |
Position Vertical Source
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Baro |
| 2 | RangeFinder |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Vertical Source
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Yaw Source
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Compass |
| 2 | GPS |
| 3 | GPS with Compass Fallback |
| 6 | ExternalNav |
| 8 | GSF |
Position Horizontal Source (Secondary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Horizontal Source (Secondary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 5 | OpticalFlow |
| 6 | ExternalNav |
| 7 | WheelEncoder |
Position Vertical Source (Secondary)
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Baro |
| 2 | RangeFinder |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Vertical Source (Secondary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Yaw Source (Secondary)
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Compass |
| 2 | GPS |
| 3 | GPS with Compass Fallback |
| 6 | ExternalNav |
| 8 | GSF |
Position Horizontal Source (Tertiary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Horizontal Source (Tertiary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 5 | OpticalFlow |
| 6 | ExternalNav |
| 7 | WheelEncoder |
Position Vertical Source (Tertiary)
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Baro |
| 2 | RangeFinder |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Velocity Vertical Source (Tertiary)
| Value | Meaning |
|---|---|
| 0 | None |
| 3 | GPS |
| 4 | Beacon |
| 6 | ExternalNav |
Yaw Source (Tertiary)
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Compass |
| 2 | GPS |
| 3 | GPS with Compass Fallback |
| 6 | ExternalNav |
| 8 | GSF |
EKF Source Options
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
Allows you to enable (1) or disable (0) the fence functionality
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enabled fence types held as bitmask
What action should be taken when fence is breached
| Value | Meaning |
|---|---|
| 0 | Report Only |
| 1 | RTL or Land |
Maximum altitude allowed before geofence triggers
Circle fence radius which when breached will cause an RTL
Distance that autopilot's should maintain from the fence to avoid a breach
Number of polygon points saved in eeprom (do not update manually)
Minimum altitude allowed before geofence triggers
Enable Gyro FFT analyser
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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.
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.
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.
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.
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.
The learned hover noise frequency
FFT learned thrust reference for the hover frequency and FFT minimum frequency.
FFT SNR reference threshold in dB at which a signal is determined to be present.
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 for the attenuation frequencies.
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.
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 |
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 configuration options. Values: 1:Apply the FFT *after* the filter bank,2:Check noise at the motor frequencies using ESC data as a reference
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Filter Type
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Notch Filter |
Notch Filter center frequency in Hz.
Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.
Notch Filter attenuation in dB.
Optical flow sensor type
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | PX4Flow |
| 2 | Pixart |
| 3 | Bebop |
| 4 | CXOF |
| 5 | MAVLink |
| 6 | DroneCAN |
| 7 | MSP |
| 8 | UPFLOW |
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.
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.
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 of the optical flow sensor focal point in body frame. Positive X is forward of the origin.
Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.
Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.
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.
This is used in rover vehicles, where the sensor is a fixed height above the ground
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 |
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 |
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 |
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 |
A bitmask to set some FRSky Telemetry specific options
Generator type
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | IE 650w 800w Fuel Cell |
| 2 | IE 2.4kW Fuel Cell |
| 3 | Richenpower |
Bitmask of options for generators
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 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 |
Navigation filter engine setting
| Value | Meaning |
|---|---|
| 0 | Portable |
| 2 | Stationary |
| 3 | Pedestrian |
| 4 | Automotive |
| 5 | Sea |
| 6 | Airborne1G |
| 7 | Airborne2G |
| 8 | Airborne4G |
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 |
Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.
| Value | Meaning |
|---|---|
| 0 | Any |
| 50 | FloatRTK |
| 100 | IntegerRTK |
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 |
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.
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 |
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) |
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) |
Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)
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 |
Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured)
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 |
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 |
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 |
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.
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.
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.
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.
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.
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.
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.
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.
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)
Additional backend specific options
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 |
The physical COM port on the connected device, currently only applies to SBF and GSOF GPS
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 |
GPS Node id for first-discovered GPS.
GPS Node id for second-discovered GPS.
GPS Node id for first GPS. If 0 the gps will be automatically selected on a first-come-first-GPS basis.
GPS Node id for second GPS. If 0 the gps will be automatically selected on a second-come-second-GPS basis.
Controls the type of moving base used if using moving base.
| Value | Meaning |
|---|---|
| 0 | Relative to alternate GPS instance |
| 1 | RelativeToCustomBase |
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.
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.
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.
Controls the type of moving base used if using moving base.
| Value | Meaning |
|---|---|
| 0 | Relative to alternate GPS instance |
| 1 | RelativeToCustomBase |
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.
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.
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.
Gripper enable/disable
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Gripper enable/disable
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Servo |
| 2 | EPM |
PWM value in microseconds sent to Gripper to initiate grabbing the cargo
PWM value in microseconds sent to Gripper to release the cargo
PWM value in microseconds sent to grabber when not grabbing or releasing
Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened; 0 to disable
Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface
Time in seconds that gripper close the gripper after opening; 0 to disable
Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations
Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations
Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Accelerometer scaling of X axis. Calculated during acceleration calibration routine
Accelerometer scaling of Y axis Calculated during acceleration calibration routine
Accelerometer scaling of Z axis Calculated during acceleration calibration routine
Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations
Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine
Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine
Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine
Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations
Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations
Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations
Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine
Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine
Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine
Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations
Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations
Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations
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!)
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
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Use second IMU for attitude, velocity and position estimates
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Use third IMU for attitude, velocity and position estimates
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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
Conrols when automatic gyro calibration is performed
| Value | Meaning |
|---|---|
| 0 | Never |
| 1 | Start-up only |
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 |
The body-fixed accelerometer to be used for trim calculation
| Value | Meaning |
|---|---|
| 1 | IMU 1 |
| 2 | IMU 2 |
| 3 | IMU 3 |
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.
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.
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.
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.
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.
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.
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.
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.
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 sensor ID, taking into account its type, bus and instance
Gyro2 sensor ID, taking into account its type, bus and instance
Gyro3 sensor ID, taking into account its type, bus and instance
Accelerometer sensor ID, taking into account its type, bus and instance
Accelerometer2 sensor ID, taking into account its type, bus and instance
Accelerometer3 sensor ID, taking into account its type, bus and instance
Mask of IMUs to enable fast sampling on, if available
Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs
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 |
Temperature that the 1st accelerometer was calibrated at
Temperature that the 1st gyroscope was calibrated at
Temperature that the 2nd accelerometer was calibrated at
Temperature that the 2nd gyroscope was calibrated at
Temperature that the 3rd accelerometer was calibrated at
Temperature that the 3rd gyroscope was calibrated at
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 bitmask
Use first IMU for attitude, velocity and position estimates
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Accelerometer sensor ID, taking into account its type, bus and instance
Accelerometer scaling of X axis. Calculated during acceleration calibration routine
Accelerometer scaling of Y axis Calculated during acceleration calibration routine
Accelerometer scaling of Z axis Calculated during acceleration calibration routine
Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations
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.
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.
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.
Temperature that the accelerometer was calibrated at
Gyro sensor ID, taking into account its type, bus and instance
Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Temperature that the gyroscope was calibrated at
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 |
The minimum temperature that the calibration is valid for
The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
Use first IMU for attitude, velocity and position estimates
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Accelerometer sensor ID, taking into account its type, bus and instance
Accelerometer scaling of X axis. Calculated during acceleration calibration routine
Accelerometer scaling of Y axis Calculated during acceleration calibration routine
Accelerometer scaling of Z axis Calculated during acceleration calibration routine
Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations
Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations
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.
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.
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.
Temperature that the accelerometer was calibrated at
Gyro sensor ID, taking into account its type, bus and instance
Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Temperature that the gyroscope was calibrated at
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 |
The minimum temperature that the calibration is valid for
The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
Harmonic Notch Filter enable
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 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 in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.
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.
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. 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 |
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.
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.
Harmonic Notch Filter enable
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 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 in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.
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.
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. 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 |
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.
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.
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.
Bitmap of which IMUs to log batch data for. This option takes effect on the next reboot.
Options for the BatchSampler.
Interval between pushing samples to the AP_Logger log
Number of samples to push to count every INS_LOG_BAT_LGIN
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 |
The minimum temperature that the calibration is valid for
The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
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 |
The minimum temperature that the calibration is valid for
The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
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 |
The minimum temperature that the calibration is valid for
The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 1st order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 2nd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
This is the 3rd order temperature coefficient from a temperature calibration
Sets the number of motor poles to calculate the correct RPM value
Pin that the leak detector is connected to
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 50 | AUX1 |
| 51 | AUX2 |
| 52 | AUX3 |
| 53 | AUX4 |
| 54 | AUX5 |
| 55 | AUX6 |
| 13 | Pixhawk 3.3ADC1 |
| 14 | Pixhawk 3.3ADC2 |
| 15 | Pixhawk 6.6ADC |
| 27 | Navigator Built-In |
Default reading of leak detector when dry
| Value | Meaning |
|---|---|
| 0 | Low |
| 1 | High |
Enables leak detector 1. Use this parameter to indicate the signal type (0:analog, 1:digital) of an appropriately configured input pin, then specify its pin number using the LEAK1_PIN parameter. NOT FOR USE by default with Pixhawk, Pixhawk 4 or Navigator flight controllers.
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 0 | Analog |
| 1 | Digital |
Pin that the leak detector is connected to
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 50 | AUX1 |
| 51 | AUX2 |
| 52 | AUX3 |
| 53 | AUX4 |
| 54 | AUX5 |
| 55 | AUX6 |
| 13 | Pixhawk 3.3ADC1 |
| 14 | Pixhawk 3.3ADC2 |
| 15 | Pixhawk 6.6ADC |
| 27 | Navigator Leak1 |
Default reading of leak detector when dry
| Value | Meaning |
|---|---|
| 0 | Low |
| 1 | High |
Enables leak detector 2. Use this parameter to indicate the signal type (0:analog, 1:digital) of an appropriately configured input pin, then specify its pin number using the LEAK2_PIN parameter. NOT FOR USE by default with Pixhawk, Pixhawk 4 or Navigator flight controllers.
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 0 | Analog |
| 1 | Digital |
Pin that the leak detector is connected to
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 50 | AUX1 |
| 51 | AUX2 |
| 52 | AUX3 |
| 53 | AUX4 |
| 54 | AUX5 |
| 55 | AUX6 |
| 13 | Pixhawk 3.3ADC1 |
| 14 | Pixhawk 3.3ADC2 |
| 15 | Pixhawk 6.6ADC |
| 27 | Navigator Leak1 |
Default reading of leak detector when dry
| Value | Meaning |
|---|---|
| 0 | Low |
| 1 | High |
Enables leak detector 3. Use this parameter to indicate the signal type (0:analog, 1:digital) of an appropriately configured input pin, then specify its pin number using the LEAK3_PIN parameter. NOT FOR USE by default with Pixhawk, Pixhawk 4 or Navigator flight controllers.
| Value | Meaning |
|---|---|
| -1 | Disabled |
| 0 | Analog |
| 1 | Digital |
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.
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.
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 |
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 |
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 |
Maximum amount of memory to allocate to AP_Logger-over-mavlink
This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped.
Set this such that the free space is larger than your largest typical flight log
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.
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.
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.
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.
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.
Loiter maximum pilot requested lean angle. Set to zero for 2/3 of PSC_ANGLE_MAX/ANGLE_MAX. The maximum vehicle lean angle is still limited by PSC_ANGLE_MAX/ANGLE_MAX
Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode
Loiter maximum correction acceleration in cm/s/s. Higher values cause the copter to correct position errors more aggressively.
Loiter braking acceleration in cm/s/s. Higher values stop the copter more quickly when the stick is centered.
Loiter braking jerk in cm/s/s/s. Higher values will remove braking faster if the pilot moves the sticks during a braking maneuver.
Loiter brake start delay (in seconds)
The number of mission mission items that has been loaded by the ground station. Do not change this manually.
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 |
Bitmask of what options to use in missions.
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 |
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 |
Pilot rate control's maximum rate. Set to zero to use angle control
Mount Roll angle minimum
Mount Roll angle maximum
Mount Pitch angle minimum
Mount Pitch angle maximum
Mount Yaw angle minimum
Mount Yaw angle maximum
Mount roll angle when in retracted position
Mount pitch angle when in retracted position
Mount yaw angle when in retracted position
Mount roll angle when in neutral position
Mount pitch angle when in neutral position
Mount yaw angle when in neutral position
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
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
Default Target sysID for the mount to point to
Mount device ID, taking into account its type, bus and instance
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 |
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 |
Pilot rate control's maximum rate. Set to zero to use angle control
Mount Roll angle minimum
Mount Roll angle maximum
Mount Pitch angle minimum
Mount Pitch angle maximum
Mount Yaw angle minimum
Mount Yaw angle maximum
Mount roll angle when in retracted position
Mount pitch angle when in retracted position
Mount yaw angle when in retracted position
Mount roll angle when in neutral position
Mount pitch angle when in neutral position
Mount yaw angle when in neutral position
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
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
Default Target sysID for the mount to point to
Mount device ID, taking into account its type, bus and instance
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to decouple pitch from forward/vertical motion. 0 to disable, 1.2 normal
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Used to change motor rotation directions without changing wires
| Value | Meaning |
|---|---|
| 1 | normal |
| -1 | reverse |
Yaw control is given at least this pwm in microseconds range
Motor thrust curve exponent (0.0 for linear to 1.0 for second order curve)
Point at which the thrust saturates expressed as a number from 0 to 1 in the entire output range
| Value | Meaning |
|---|---|
| 0.9 | Low |
| 0.95 | Default |
| 1.0 | High |
Battery voltage compensation maximum voltage (voltage above this will have no additional scaling effect on thrust). Recommend 4.2 * cell count, 0 = Disabled
Battery voltage compensation minimum voltage (voltage below this will have no additional scaling effect on thrust). Recommend 3.3 * cell count, 0 = Disabled
Maximum current over which maximum throttle is limited (0 = Disabled)
This selects the output PWM type, allowing for normal PWM continuous output, OneShot, brushed or DShot motor output
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | OneShot |
| 2 | OneShot125 |
| 3 | Brushed |
| 4 | DShot150 |
| 5 | DShot300 |
| 6 | DShot600 |
| 7 | DShot1200 |
| 8 | PWMRange |
| 9 | PWMAngle |
This sets the min PWM output value in microseconds that will ever be output to the motors
This sets the max PWM value in microseconds that will ever be output to the motors
Point at which the thrust starts expressed as a number from 0 to 1 in the entire output range. Should be higher than MOT_SPIN_ARM.
| Value | Meaning |
|---|---|
| 0.0 | Low |
| 0.15 | Default |
| 0.25 | High |
Point at which the motors start to spin expressed as a number from 0 to 1 in the entire output range. Should be lower than MOT_SPIN_MIN.
| Value | Meaning |
|---|---|
| 0.0 | Low |
| 0.1 | Default |
| 0.2 | High |
Time constant used to limit the maximum current
Motor thrust needed to hover expressed as a number from 0 to 1
Enable/Disable automatic learning of hover throttle
| Value | Meaning |
|---|---|
| 0 | Disabled |
Disables motor PWM output when disarmed
| Value | Meaning |
|---|---|
| 0 | PWM enabled while disarmed |
| 1 | PWM disabled while disarmed |
Yaw servo's maximum lean angle (Tricopter only)
Time in seconds to spool up the motors from zero to min throttle.
Booster motor output scaling factor vs main throttle. The output to the BoostThrottle servo will be the main throttle times this scaling factor. A higher scaling factor will put more of the load on the booster motor. A value of 1 will set the BoostThrottle equal to the main throttle.
Which battery monitor should be used for doing compensation
| Value | Meaning |
|---|---|
| 0 | First battery |
| 1 | Second battery |
Time in seconds to slew output from zero to full. This is used to limit the rate at which output can change. Range is constrained between 0 and 0.5.
Time in seconds to slew output from full to zero. This is used to limit the rate at which output can change. Range is constrained between 0 and 0.5.
Time taken to disable and enable the motor PWM output when disarmed and armed.
Motor options
Time taken to spool down the motors from min to zero throttle. If set to 0 then SPOOL_TIME is used instead.
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 |
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.
Networking Enable
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
Allows setting static subnet mask. The value is a count of consecutive bits. Examples: 24 = 255.255.255.0, 16 = 255.255.0.0
Enable/Disable DHCP client
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
Enable/Disable networking tests
Networking options
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
MAC address 1st byte
MAC address 2nd byte
MAC address 3rd byte
MAC address 4th byte
MAC address 5th byte
MAC address 6th byte
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 |
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 |
Port number
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
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 |
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 |
Port number
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
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 |
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 |
Port number
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
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 |
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 |
Port number
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
IPv4 address. Example: 192.xxx.xxx.xxx
IPv4 address. Example: xxx.168.xxx.xxx
IPv4 address. Example: xxx.xxx.13.xxx
IPv4 address. Example: xxx.xxx.xxx.14
NMEA Output rate. This controls the interval at which all the enabled NMEA messages are sent. Most NMEA systems expect 100ms (10Hz) or slower.
This is a bitmask of enabled NMEA messages. All messages will be sent consecutively at the same rate interval
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 |
Controls what types of Buzzer will be enabled
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 |
This sets up the type of on-board I2C display. Disabled by default.
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | ssd1306 |
| 2 | sh1106 |
| 10 | SITL |
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 |
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 |
Controls what types of LEDs will be enabled
Specifies pin level that indicates buzzer should play
| Value | Meaning |
|---|---|
| 0 | LowIsOn |
| 1 | HighIsOn |
Control the volume of the buzzer
The number of Serial LED's to use for notifications (NeoPixel's and ProfiLED)
Set this parameter to one if logging unfiltered(raw) distances from sensor should be enabled
| Value | Meaning |
|---|---|
| 0 | Off |
| 1 | On |
Cutoff frequency for low pass filter applied to each face in the proximity boundary
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 |
Proximity sensor orientation
| Value | Meaning |
|---|---|
| 0 | Default |
| 1 | Upside Down |
Proximity sensor yaw correction
Proximity sensor ignore angle 1
Proximity sensor ignore width 1
Proximity sensor ignore angle 2
Proximity sensor ignore width 2
Proximity sensor ignore angle 3
Proximity sensor ignore width 3
Proximity sensor ignore angle 4
Proximity sensor ignore width 4
Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.
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 |
Proximity sensor orientation
| Value | Meaning |
|---|---|
| 0 | Default |
| 1 | Upside Down |
Proximity sensor yaw correction
Proximity sensor ignore angle 1
Proximity sensor ignore width 1
Proximity sensor ignore angle 2
Proximity sensor ignore width 2
Proximity sensor ignore angle 3
Proximity sensor ignore width 3
Proximity sensor ignore angle 4
Proximity sensor ignore width 4
Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.
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 |
Proximity sensor orientation
| Value | Meaning |
|---|---|
| 0 | Default |
| 1 | Upside Down |
Proximity sensor yaw correction
Proximity sensor ignore angle 1
Proximity sensor ignore width 1
Proximity sensor ignore angle 2
Proximity sensor ignore width 2
Proximity sensor ignore angle 3
Proximity sensor ignore width 3
Proximity sensor ignore angle 4
Proximity sensor ignore width 4
Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.
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 |
Proximity sensor orientation
| Value | Meaning |
|---|---|
| 0 | Default |
| 1 | Upside Down |
Proximity sensor yaw correction
Proximity sensor ignore angle 1
Proximity sensor ignore width 1
Proximity sensor ignore angle 2
Proximity sensor ignore width 2
Proximity sensor ignore angle 3
Proximity sensor ignore width 3
Proximity sensor ignore angle 4
Proximity sensor ignore width 4
Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.
The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.
Lower values will slow the response of the navigation controller and reduce twitchiness
Position (vertical) controller P gain. Converts the difference between the desired altitude and actual altitude into a climb or descent rate which is passed to the throttle rate controller
Velocity (vertical) controller P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller
Velocity (vertical) controller I gain. Corrects long-term difference in desired velocity to a target acceleration
Velocity (vertical) controller I gain maximum. Constrains the target acceleration that the I gain will output
Velocity (vertical) controller D gain. Corrects short-term changes in velocity
Velocity (vertical) controller Feed Forward gain. Produces an output that is proportional to the magnitude of the target
Velocity (vertical) error filter. This filter (in Hz) is applied to the input for P and I terms
Velocity (vertical) input filter for D term. This filter (in Hz) is applied to the input for D terms
Acceleration (vertical) controller P gain. Converts the difference between desired vertical acceleration and actual acceleration into a motor output
Acceleration (vertical) controller I gain. Corrects long-term difference in desired vertical acceleration and actual acceleration
Acceleration (vertical) controller I gain maximum. Constrains the maximum pwm that the I term will generate
Acceleration (vertical) controller D gain. Compensates for short-term change in desired vertical acceleration vs actual acceleration
Acceleration (vertical) controller feed forward
Acceleration (vertical) controller target frequency in Hz
Acceleration (vertical) controller error frequency in Hz
Acceleration (vertical) controller derivative frequency in Hz
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.
Acceleration (vertical) controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
FF D Gain which produces an output that is proportional to the rate of change of the target
Accel (vertical) Target notch filter index
Accel (vertical) Error notch filter index
Position controller P gain. Converts the distance (in the latitude direction) to the target location into a desired speed which is then passed to the loiter latitude rate controller
Velocity (horizontal) P gain. Converts the difference between desired and actual velocity to a target acceleration
Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration
Velocity (horizontal) D gain. Corrects short-term changes in velocity
Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output
Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms
Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term
Velocity (horizontal) feed forward gain. Converts the difference between desired velocity to a target acceleration
Maximum lean angle autopilot can request. Set to zero to use ANGLE_MAX parameter value
Jerk limit of the horizontal kinematic path generation used to determine how quickly the aircraft varies the acceleration target
Jerk limit of the vertical kinematic path generation used to determine how quickly the aircraft varies the acceleration target
Number of rally points currently loaded
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.
Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL
| Value | Meaning |
|---|---|
| 0 | DoNotIncludeHome |
| 1 | IncludeHome |
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 input options
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 will trigger this many seconds after loss of RC
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
PWM dead zone in microseconds around trim or bottom
Function assigned to this RC channel
| Value | Meaning |
|---|---|
| 112 | SwitchExternalAHRS |
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 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 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 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.
Forward channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Forward is normally on channel 5, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.
Lateral channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Lateral is normally on channel 6, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
The function the relay channel is mapped to.
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Relay |
| 4 | Camera |
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 |
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 |
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
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 |
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.
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
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 |
Minimum distance in centimeters that rangefinder can reliably read
Maximum distance in centimeters that rangefinder can reliably read
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 |
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 |
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
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
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 of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
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 of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
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 |
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
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
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.
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
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
Desired baud rate
| Value | Meaning |
|---|---|
| 0 | Low Speed |
| 1 | High Speed |
The receive ID of the CAN frames. A value of zero means all IDs are accepted.
RangeFinder Minimum signal strength (SNR) to accept distance
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 |
Scaling factor between sensor reading and RPM.
Maximum RPM to report. Only used on type = GPIO.
Minimum RPM to report. Only used on type = GPIO.
Minimum data quality to be used
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 |
Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged
ESC Telemetry Index to write RPM to. Use 0 to disable.
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 |
Scaling factor between sensor reading and RPM.
Maximum RPM to report. Only used on type = GPIO.
Minimum RPM to report. Only used on type = GPIO.
Minimum data quality to be used
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 |
Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged
ESC Telemetry Index to write RPM to. Use 0 to disable.
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 |
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 |
This controls optional aspects of the scheduler.
Controls if scripting is enabled
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | Lua Scripts |
The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time
Amount of memory available for scripting
Debugging options
General purpose user variable input for scripts
General purpose user variable input for scripts
General purpose user variable input for scripts
General purpose user variable input for scripts
General purpose user variable input for scripts
General purpose user variable input for scripts
This will stop scripts being loaded from the given locations
Required XOR of CRC32 checksum of loaded scripts, vehicle will not arm with incorrect scripts loaded, -1 disables
Required XOR of CRC32 checksum of running scripts, vehicle will not arm with incorrect scripts running, -1 disables
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 |
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 |
Control what protocol to use on the console.
| Value | Meaning |
|---|---|
| 1 | MAVlink1 |
| 2 | MAVLink2 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
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.
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.
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.
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.
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.
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 |
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 |
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.
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 |
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 |
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.
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 |
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 |
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.
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 |
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 |
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.
Default output rate in Hz for all PWM outputs.
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 |
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 |
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 of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe.
This allows for up to 32 outputs, enabling parameters for outputs above 16
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reversed |
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 |
| 28 | Gripper |
| 33 | Motor1 |
| 34 | Motor2 |
| 35 | Motor3 |
| 36 | Motor4 |
| 37 | Motor5 |
| 38 | Motor6 |
| 39 | Motor7 |
| 40 | Motor8 |
| 51 | RCIN1/Pitch |
| 52 | RCIN2/Roll |
| 53 | RCIN3/HeaveVertical |
| 54 | RCIN4/YawTurn |
| 55 | RCIN5/SurgeForward |
| 56 | RCIN6/SwayLateral |
| 57 | RCIN7/CameraPan |
| 58 | RCIN8/CameraTilt |
| 59 | RCIN9 |
| 60 | RCIN10 |
| 61 | RCIN11 |
| 62 | RCIN12 |
| 63 | RCIN13 |
| 64 | RCIN14 |
| 65 | RCIN15 |
| 66 | RCIN16 |
| 82 | Motor9 |
| 83 | Motor10 |
| 84 | Motor11 |
| 85 | Motor12 |
| 88 | Winch |
| 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 |
| 134 | SERVOn_MIN |
| 135 | SERVOn_TRIM |
| 136 | SERVOn_MAX |
| 180 | CameraZoom |
| 181 | Lights1 |
| 182 | Lights2 |
| 183 | VideoSwitch |
| 184 | Actuator1 |
| 185 | Actuator2 |
| 186 | Actuator3 |
| 187 | Actuator4 |
| 188 | Actuator5 |
| 189 | Actuator6 |
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)
If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
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 |
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
This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests
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 |
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 |
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 |
This allows calculation of true RPM from ESC's eRPM. The default is 14.
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
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.
Mask of channels which are reversed. This is used to configure ESCs in reversed mode
Servo channel mask specifying FETtec ESC output.
Servo channel mask to reverse rotation of FETtec ESC outputs.
Number of motor electrical poles
Position minimum at servo min value. This should be within the position control range of the servos, normally 0 to 4095
Position maximum at servo max value. This should be within the position control range of the servos, normally 0 to 4095
This sets the SBUS output frame rate in Hz.
Enable of volz servo protocol to specific channels
Allows you to emulate wind in sim
Allows you to set wind direction (true deg) in sim
Allows you to emulate random wind variations in sim
Simulated battery (constant) voltage
Allows you to emulate rc failures in sim
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | No RC pusles |
| 2 | All Channels neutral except Throttle is 950us |
If set, if a numerical error occurs SITL will die with a floating point exception.
The set of actuators controlled externally by CAN SITL AP_Periph
transport type for first CAN interface
| Value | Meaning |
|---|---|
| 0 | MulticastUDP |
| 1 | SocketCAN |
transport type for second CAN interface
| Value | Meaning |
|---|---|
| 0 | MulticastUDP |
| 1 | SocketCAN |
Enable simulated Optical Flow sensor
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enabled |
Opflow Data Rate
Opflow data delay
Runs the simulation at multiples of normal speed. Do not use if realtime physics, like RealFlight, is being used
XYZ position of the IMU accelerometer relative to the body frame origin (X-axis)
XYZ position of the IMU accelerometer relative to the body frame origin (Y-axis)
XYZ position of the IMU accelerometer relative to the body frame origin (Z-axis)
XYZ position of the optical flow sensor focal point relative to the body frame origin (X-axis)
XYZ position of the optical flow sensor focal point relative to the body frame origin (Y-axis)
XYZ position of the optical flow sensor focal point relative to the body frame origin (Z-axis)
Selects how wind varies from surface to WIND_T_ALT
| Value | Meaning |
|---|---|
| 0 | square law |
| 1 | none |
| 2 | linear-see WIND_T_COEF |
Altitude at which wind reaches full strength, decaying from full strength as altitude lowers to ground level
For linear wind profile,wind is reduced by (Altitude-WIND_T_ALT) x this value
SITL set this simulated pin to true if vehicle is on ground
Optical Flow sensor measurement noise in rad/sec
Specifies vehicle's startup latitude
Specifies vehicle's startup longitude
Specifies vehicle's startup altitude (AMSL)
Specifies vehicle's startup heading (0-360)
Number of simulated IMUs to create
Amount of (evenly-distributed) noise injected into the 1st baro
Glitch for 1st baro
Amount of (evenly-distributed) noise injected into the 2nd baro
Glitch for 2nd baro
Amount of (evenly-distributed) noise injected into the 3rd baro
Glitch for 2nd baro
enable perfect simulated ESC telemetry
Sets percentage of outgoing byte loss on UARTs
specifies which simulated ADSB types are active
Disables GPS 1
| Value | Meaning |
|---|---|
| 0 | Enable |
| 1 | GPS Disabled |
GPS 1 lag
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 |
Percent of bytes lost from GPS 1
Number of satellites GPS 1 has in view
Glitch offsets of simulated GPS 1 sensor (X-axis)
Glitch offsets of simulated GPS 1 sensor (Y-axis)
Glitch offsets of simulated GPS 1 sensor (Z-axis)
GPS 1 Update rate
GPS 1 altitude drift error
GPS 1 antenna phase center position relative to the body frame origin (X-axis)
GPS 1 antenna phase center position relative to the body frame origin (Y-axis)
GPS 1 antenna phase center position relative to the body frame origin (Z-axis)
Amplitude of the GPS1 altitude error
Delay in seconds before GPS1 acquires lock
GPS 1 Altitude Error
Enable GPS1 output of NMEA heading HDT sentence or UBLOX_RELPOSNED
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
GPS 1 Accuracy
GPS 1 Velocity Error Offsets in NED (X-axis)
GPS 1 Velocity Error Offsets in NED (Y-axis)
GPS 1 Velocity Error Offsets in NED (Z-axis)
Enable simulated GPS jamming
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Disables GPS 2
| Value | Meaning |
|---|---|
| 0 | Enable |
| 1 | GPS Disabled |
GPS 2 lag in ms
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 |
Percent of bytes lost from GPS 2
Number of satellites GPS 2 has in view
Glitch offsets of simulated GPS 2 sensor (X-axis)
Glitch offsets of simulated GPS 2 sensor (Y-axis)
Glitch offsets of simulated GPS 2 sensor (Z-axis)
GPS 2 Update rate
GPS 2 altitude drift error
GPS 2 antenna phase center position relative to the body frame origin (X-axis)
GPS 2 antenna phase center position relative to the body frame origin (Y-axis)
GPS 2 antenna phase center position relative to the body frame origin (Z-axis)
Amplitude of the GPS2 altitude error
Delay in seconds before GPS2 acquires lock
GPS 2 Altitude Error
Enable GPS2 output of NMEA heading HDT sentence or UBLOX_RELPOSNED
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
GPS 2 Accuracy
GPS 2 Velocity Error Offsets in NED (X-axis)
GPS 2 Velocity Error Offsets in NED (Y-axis)
GPS 2 Velocity Error Offsets in NED (Z-axis)
GPS initial lat offset from origin
GPS initial lon offset from origin
GPS initial alt offset from origin
Log number for GPS:update_file()
Enable simulated GPS jamming
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Device ID of simulated compass 1
Simulated failure of MAG1
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | MAG1 Failure |
Simulated failure of MAG2
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | MAG2 Failure |
Simulated failure of MAG3
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | MAG3 Failure |
This forces saving of compass devids on startup so that simulated compasses start as calibrated
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
bias of simulated accelerometer sensor (X-axis)
bias of simulated accelerometer sensor (Y-axis)
bias of simulated accelerometer sensor (Z-axis)
bias of simulated accelerometer sensor (X-axis)
bias of simulated accelerometer sensor (Y-axis)
bias of simulated accelerometer sensor (Z-axis)
bias of simulated accelerometer sensor (X-axis)
bias of simulated accelerometer sensor (Y-axis)
bias of simulated accelerometer sensor (Z-axis)
scaling factors applied to simulated gyroscope (X-axis)
scaling factors applied to simulated gyroscope (Y-axis)
scaling factors applied to simulated gyroscope (Z-axis)
scaling factors applied to simulated gyroscope (X-axis)
scaling factors applied to simulated gyroscope (Y-axis)
scaling factors applied to simulated gyroscope (Z-axis)
scaling factors applied to simulated gyroscope (X-axis)
scaling factors applied to simulated gyroscope (Y-axis)
scaling factors applied to simulated gyroscope (Z-axis)
Simulated failure of ACCEL1
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | ACCEL1 Failure |
Simulated failure of ACCEL2
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | ACCEL2 Failure |
Simulated failure of ACCEL3
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | ACCEL3 Failure |
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 |
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 |
scaling factors applied to simulated accelerometer (X-axis)
scaling factors applied to simulated accelerometer (Y-axis)
scaling factors applied to simulated accelerometer (Z-axis)
scaling factors applied to simulated accelerometer (X-axis)
scaling factors applied to simulated accelerometer (Y-axis)
scaling factors applied to simulated accelerometer (Z-axis)
scaling factors applied to simulated accelerometer (X-axis)
scaling factors applied to simulated accelerometer (Y-axis)
scaling factors applied to simulated accelerometer (Z-axis)
the instance number to take servos from
channels which are passed through to actual hardware when running sim on actual hardware
First Gyro bias on X axis
First Gyro bias on Y axis
First Gyro bias on Z axis
Second Gyro bias on X axis
Second Gyro bias on Y axis
Second Gyro bias on Z axis
Third Gyro bias on X axis
Third Gyro bias on Y axis
Third Gyro bias on Z axis
scaling factors applied to simulated accelerometer (X-axis)
scaling factors applied to simulated accelerometer (Y-axis)
scaling factors applied to simulated accelerometer (Z-axis)
Simulated failure of ACCEL4
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | ACCEL4 Failure |
scaling factors applied to simulated gyroscope (X-axis)
scaling factors applied to simulated gyroscope (Y-axis)
scaling factors applied to simulated gyroscope (Z-axis)
bias of simulated accelerometer sensor (X-axis)
bias of simulated accelerometer sensor (Y-axis)
bias of simulated accelerometer sensor (Z-axis)
Fourth Gyro bias on X axis
Fourth Gyro bias on Y axis
Fourth Gyro bias on Z axis
scaling factors applied to simulated accelerometer (X-axis)
scaling factors applied to simulated accelerometer (Y-axis)
scaling factors applied to simulated accelerometer (Z-axis)
Simulated failure of ACCEL5
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | ACCEL5 Failure |
scaling factors applied to simulated gyroscope (X-axis)
scaling factors applied to simulated gyroscope (Y-axis)
scaling factors applied to simulated gyroscope (Z-axis)
bias of simulated accelerometer sensor (X-axis)
bias of simulated accelerometer sensor (Y-axis)
bias of simulated accelerometer sensor (Z-axis)
Fifth Gyro bias on X axis
Fifth Gyro bias on Y axis
Fifth Gyro bias on Z axis
Allow relay output operation when running SIM-on-hardware
Simulates Airspeed sensor 1 failure
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Simulated airspeed sensor failure pressure
Simulated airspeed sensor pitot tube failure pressure
Simulated airspeed sensor with reversed pitot/static connections
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Simulated airspeed sensor ratio
Simulates Airspeed sensor 1 failure
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Simulated airspeed sensor failure pressure
Simulated airspeed sensor pitot tube failure pressure
Simulated airspeed sensor with reversed pitot/static connections
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Simulated airspeed sensor ratio
Allows you to enable (1) or disable (0) the gripper servo simulation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
The pin number that the gripper emp is connected to. (start at 1)
Allows you to enable (1) or disable (0) the gripper servo simulation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
The pin number that the gripper servo is connected to. (start at 1)
PWM value in microseconds sent to Gripper to initiate grabbing the cargo
PWM value in microseconds sent to Gripper to release the cargo
Reverse the closing direction.
| Value | Meaning |
|---|---|
| 0 | Normal |
| 1 | Reverse |
Allows you to enable (1) or disable (0) the Preland simulation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Precland device center's latitude
Precland device center's longitude
Precland device center's height above sealevel assume a 2x2m square as station base
Precland device systems rotation from north
Precland device rate. e.g led patter refresh rate, RF message rate, etc.
Precland device radiance type: it can be a cylinder, a cone, or a sphere.
| Value | Meaning |
|---|---|
| 0 | cylinder |
| 1 | cone |
| 2 | sphere |
Precland device maximum range altitude
Precland device maximum lateral range
Precland device orientation vector
| Value | Meaning |
|---|---|
| 0 | Front |
| 4 | Back |
| 24 | Up |
SIM_Precland extra options
Allows you to enable (1) or disable (0) the Sprayer simulation
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
The pin number that the Sprayer pump is connected to. (start at 1)
The pin number that the Sprayer spinner servo is connected to. (start at 1)
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Stream rate of RAW_IMU, SCALED_IMU2, SCALED_PRESSURE, and SENSOR_OFFSETS to ground station
Stream rate of SYS_STATUS, MEMINFO, MISSION_CURRENT, GPS_RAW_INT, NAV_CONTROLLER_OUTPUT, and LIMITS_STATUS to ground station
Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS_RAW to ground station
Stream rate of GLOBAL_POSITION_INT to ground station
Stream rate of ATTITUDE and SIMSTATE (SITL only) to ground station
Stream rate of VFR_HUD to ground station
Stream rate of AHRS and SYSTEM_TIME to ground station
Stream rate of PARAM_VALUE to ground station
Number of times board has been booted
Total FlightTime (seconds)
Total time autopilot has run
Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics)
Enables temperature sensor logging
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
Enables temperature sensors
| Value | Meaning |
|---|---|
| 0 | Disabled |
| 1 | TSYS01 |
| 2 | MCP9600 |
| 3 | MAX31865 |
| 4 | TSYS03 |
| 5 | Analog |
Temperature sensor bus number, typically used to select from multiple I2C buses
Temperature sensor address, typically used for I2C address
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 |
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.
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 |
a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4
enable terrain data. This enables the vehicle storing a database of terrain data on the SD card. The terrain data is requested from the ground station as needed, and stored for later use on the SD card. To be useful the ground station must support TERRAIN_REQUEST messages and have access to a terrain database, such as the SRTM database.
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
Distance between terrain grid points in meters. This controls the horizontal resolution of the terrain data that is stored on te SD card and requested from the ground station. If your GCS is using the ArduPilot SRTM database like Mission Planner or MAVProxy, then a resolution of 100 meters is appropriate. Grid spacings lower than 100 meters waste SD card space if the GCS cannot provide that resolution. The grid spacing also controls how much data is kept in memory during flight. A larger grid spacing will allow for a larger amount of data in memory. A grid spacing of 100 meters results in the vehicle keeping 12 grid squares in memory with each grid square having a size of 2.7 kilometers by 3.2 kilometers. Any additional grid squares are stored on the SD once they are fetched from the GCS and will be loaded as needed.
Options to change behaviour of terrain system
Margin in centi-meters to accept terrain data from the GCS. This can be used to allow older terrain data generated with less accurate latitude/longitude scaling to be used
The maximum adjustment of terrain altitude based on the assumption that the vehicle is on the ground when it is armed. When the vehicle is armed the location of the vehicle is recorded, and when terrain data is available for that location a height adjustment for terrain data is calculated that aligns the terrain height at that location with the altitude recorded at arming. This height adjustment is applied to all terrain data. This parameter clamps the amount of adjustment. A value of zero disables the use of terrain height adjustment.
Visual odometry camera connection type
| Value | Meaning |
|---|---|
| 0 | None |
| 1 | MAVLink |
| 2 | IntelT265 |
| 3 | VOXL(ModalAI) |
X position of the camera in body frame. Positive X is forward of the origin.
Y position of the camera in body frame. Positive Y is to the right of the origin.
Z position of the camera in body frame. Positive Z is down from the origin.
Visual odometery camera orientation
| Value | Meaning |
|---|---|
| 0 | Forward |
| 2 | Right |
| 4 | Back |
| 6 | Left |
| 24 | Up |
| 25 | Down |
Visual odometry scaling factor applied to position estimates from sensor
Visual odometry sensor delay relative to inertial measurements
Visual odometry velocity measurement noise in m/s
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 minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value)
Toggles the Video Transmitter on and off
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
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
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 |
Video Transmitter Frequency. The frequency is derived from the setting of BAND and CHANNEL
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 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.
Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission
Defines the distance from a waypoint, that when crossed indicates the wp has been hit.
Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission
Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission
Defines the horizontal acceleration in cm/s/s used during missions
Defines the vertical acceleration in cm/s/s used during missions
This controls if waypoint missions use rangefinder for terrain following
| Value | Meaning |
|---|---|
| 0 | Disable |
| 1 | Enable |
Defines the horizontal jerk in m/s/s used during missions
Waypoint Terrain following altitude margin. Vehicle will stop if distance from target altitude is larger than this margin (in meters)
Defines the maximum cornering acceleration in cm/s/s used during missions. If zero uses 2x accel value.