diff --git a/docs/en/advanced_config/parameter_reference.md b/docs/en/advanced_config/parameter_reference.md index 71e4262e90..a33ed2791e 100644 --- a/docs/en/advanced_config/parameter_reference.md +++ b/docs/en/advanced_config/parameter_reference.md @@ -10,47 +10,271 @@ If a listed parameter is missing from the Firmware see: [Finding/Updating Parame -## ADC +## UAVCAN Motor Parameters -### ADC_ADS7953_EN (`INT32`) {#ADC_ADS7953_EN} +### ctl_bw (`INT32`) {#ctl_bw} -Enable ADS7953. +Speed controller bandwidth. -Enable the driver for the ADS7953 board +Speed controller bandwidth, in Hz. Higher values result in faster speed and current rise times, but may result in overshoot and higher current consumption. For fixed-wing aircraft, this value should be less than 50 Hz; for multirotors, values up to 100 Hz may provide improvements in responsiveness. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 250 | | 75 | Hz -### ADC_ADS7953_REFV (`FLOAT`) {#ADC_ADS7953_REFV} +### ctl_dir (`INT32`) {#ctl_dir} -Applied reference Voltage. +Reverse direction. -The voltage applied to the ADS7953 board as reference +Motor spin direction as detected during initial enumeration. Use 0 or 1 to reverse direction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 2.0 | 3.0 | 0.01 | 2.5 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 1 | -### ADC_TLA2528_EN (`INT32`) {#ADC_TLA2528_EN} +### ctl_gain (`FLOAT`) {#ctl_gain} -Enable TLA2528. +Speed (RPM) controller gain. -Enable the driver for the TLA2528 +Determines controller + aggressiveness; units are amp-seconds per radian. Systems with + higher rotational inertia (large props) will need gain increased; + systems with low rotational inertia (small props) may need gain + decreased. Higher values result in faster response, but may result + in oscillation and excessive overshoot. Lower values result in a + slower, smoother response. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.00 | 1.00 | | 1 | C/rad -### ADC_TLA2528_REFV (`FLOAT`) {#ADC_TLA2528_REFV} +### ctl_hz_idle (`FLOAT`) {#ctl_hz_idle} -Applied reference Voltage. +Idle speed (e Hz). -The voltage applied to the TLA2528 board as reference +Idle speed (e Hz) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 2.0 | 3.0 | 0.01 | 2.5 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 3.5 | Hz + +### ctl_start_rate (`INT32`) {#ctl_start_rate} + +Spin-up rate (e Hz/s). + +Spin-up rate (e Hz/s) + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 1000 | | 25 | 1/s^2 + +### esc_index (`INT32`) {#esc_index} + +Index of this ESC in throttle command messages. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 15 | | 0 | + +### id_ext_status (`INT32`) {#id_ext_status} + +Extended status ID. + +Extended status ID + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 1000000 | | 20034 | + +### int_ext_status (`INT32`) {#int_ext_status} + +Extended status interval (µs). + +Extended status interval (µs) + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000000 | | 50000 | us + +### int_status (`INT32`) {#int_status} + +ESC status interval (µs). + +ESC status interval (µs) + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | 1000000 | | 50000 | us + +### mot_i_max (`FLOAT`) {#mot_i_max} + +Motor current limit in amps. + +This determines the maximum + current controller setpoint, as well as the maximum allowable + current setpoint slew rate. This value should generally be set to + the continuous current rating listed in the motor’s specification + sheet, or set equal to the motor’s specified continuous power + divided by the motor voltage limit. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 80 | | 12 | A + +### mot_kv (`INT32`) {#mot_kv} + +Motor Kv in RPM per volt. + +This can be taken from the motor’s + specification sheet; accuracy will help control performance but + some deviation from the specified value is acceptable. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4000 | | 2300 | rpm/V + +### mot_ls (`FLOAT`) {#mot_ls} + +READ ONLY: Motor inductance in henries. + +This is measured on start-up. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | H + +### mot_num_poles (`INT32`) {#mot_num_poles} + +Number of motor poles. + +Used to convert mechanical speeds to + electrical speeds. This number should be taken from the motor’s + specification sheet. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 40 | | 14 | + +### mot_rs (`FLOAT`) {#mot_rs} + +READ ONLY: Motor resistance in ohms. + +This is measured on start-up. When + tuning a new motor, check that this value is approximately equal + to the value shown in the motor’s specification sheet. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | Ohm + +### mot_v_accel (`FLOAT`) {#mot_v_accel} + +Acceleration limit (V). + +Acceleration limit (V) + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1.00 | | 0.5 | V + +### mot_v_max (`FLOAT`) {#mot_v_max} + +Motor voltage limit in volts. + +The current controller’s + commanded voltage will never exceed this value. Note that this may + safely be above the nominal voltage of the motor; to determine the + actual motor voltage limit, divide the motor’s rated power by the + motor current limit. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 14.8 | V + +## UAVCAN GNSS + +### gnss.dyn_model (`INT32`) {#gnss.dyn_model} + +GNSS dynamic model. + +Dynamic model used in the GNSS positioning engine. 0 – + Automotive, 1 – Sea, 2 – Airborne. + + +**Values:** + +- `0`: Automotive +- `1`: Sea +- `2`: Airborne + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 2 | + +### gnss.old_fix_msg (`INT32`) {#gnss.old_fix_msg} + +Broadcast old GNSS fix message. + +Broadcast the old (deprecated) GNSS fix message + uavcan.equipment.gnss.Fix alongside the new alternative + uavcan.equipment.gnss.Fix2. It is recommended to + disable this feature to reduce the CAN bus traffic. + + +**Values:** + +- `0`: Fix2 +- `1`: Fix and Fix2 + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 1 | + +### gnss.warn_dimens (`INT32`) {#gnss.warn_dimens} + +device health warning. + +Set the device health to Warning if the dimensionality of + the GNSS solution is less than this value. 3 for the full (3D) + solution, 2 for planar (2D) solution, 1 for time-only solution, + 0 disables the feature. + + +**Values:** + +- `0`: disables the feature +- `1`: time-only solution +- `2`: planar (2D) solution +- `3`: full (3D) solution + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0 | + +### gnss.warn_sats (`INT32`) {#gnss.warn_sats} + +Set the device health to Warning if the number of satellites + used in the GNSS solution is below this threshold. Zero + disables the feature + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | + +### uavcan.pubp-pres (`INT32`) {#uavcan.pubp-pres} + +Set the device health to Warning if the number of satellites + used in the GNSS solution is below this threshold. Zero + disables the feature + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000000 | | 0 | us ## ADSB @@ -58,23 +282,21 @@ The voltage applied to the TLA2528 board as reference First 4 characters of CALLSIGN. -Sets first 4 characters of a total of 8. Valid characters are A-Z, 0-9, " ". Example "PX4 " -> 1347957792 -For CALLSIGN shorter than 8 characters use the null terminator at the end '\0'. +Sets first 4 characters of a total of 8. Valid characters are A-Z, 0-9, " ". Example "PX4 " -> 1347957792 For CALLSIGN shorter than 8 characters use the null terminator at the end '\0'. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### ADSB_CALLSIGN_2 (`INT32`) {#ADSB_CALLSIGN_2} Second 4 characters of CALLSIGN. -Sets second 4 characters of a total of 8. Valid characters are A-Z, 0-9, " " only. Example "TEST" -> 1413829460 -For CALLSIGN shorter than 8 characters use the null terminator at the end '\0'. +Sets second 4 characters of a total of 8. Valid characters are A-Z, 0-9, " " only. Example "TEST" -> 1413829460 For CALLSIGN shorter than 8 characters use the null terminator at the end '\0'. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### ADSB_EMERGC (`INT32`) {#ADSB_EMERGC} @@ -92,9 +314,10 @@ Sets the vehicle emergency state - `5`: Interference - `6`: Downed -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 6 | | 0 | ### ADSB_EMIT_TYPE (`INT32`) {#ADSB_EMIT_TYPE} @@ -125,9 +348,10 @@ Configure the emitter type of the vehicle. - `18`: ServiceSurf - `19`: PointObstacle -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 15 | | 14 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 15 | | 14 | ### ADSB_GPS_OFF_LAT (`INT32`) {#ADSB_GPS_OFF_LAT} @@ -146,9 +370,10 @@ Sets GPS lataral offset encoding - `6`: LatRight4M - `7`: LatRight6M -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 7 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 7 | | 0 | ### ADSB_GPS_OFF_LON (`INT32`) {#ADSB_GPS_OFF_LON} @@ -161,9 +386,10 @@ Sets GPS longitudinal offset encoding - `0`: NoData - `1`: AppliedBySensor -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 1 | | 0 | ### ADSB_ICAO_ID (`INT32`) {#ADSB_ICAO_ID} @@ -171,9 +397,9 @@ ADSB-Out ICAO configuration. Defines the ICAO ID of the vehicle -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1 | 16777215 | | 1194684 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1 | 16777215 | | 1194684 | ### ADSB_ICAO_SPECL (`INT32`) {#ADSB_ICAO_SPECL} @@ -181,9 +407,9 @@ ADSB-In Special ICAO configuration. This vehicle is always tracked. Use 0 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 16777215 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 16777215 | | 0 | ### ADSB_IDENT (`INT32`) {#ADSB_IDENT} @@ -191,9 +417,9 @@ ADSB-Out Ident Configuration. Enable Identification of Position feature -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### ADSB_LEN_WIDTH (`INT32`) {#ADSB_LEN_WIDTH} @@ -220,9 +446,10 @@ Report the length and width of the vehicle in meters. In most cases, use '1' for - `14`: Len85_Wid80 - `15`: Len85_Wid90 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 15 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 15 | | 1 | ### ADSB_LIST_MAX (`INT32`) {#ADSB_LIST_MAX} @@ -230,9 +457,9 @@ ADSB-In Vehicle List Size. Change number of targets to track -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 50 | | 25 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 50 | | 25 | ### ADSB_MAX_SPEED (`INT32`) {#ADSB_MAX_SPEED} @@ -250,9 +477,10 @@ Informs ADSB vehicles of this vehicle's max speed capability - `5`: 1200Kts - `6`: Over1200Kts -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 6 | | 0 | ### ADSB_SQUAWK (`INT32`) {#ADSB_SQUAWK} @@ -260,9 +488,9 @@ ADSB-Out squawk code configuration. This parameter defines the squawk code. Value should be between 0000 and 7777. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 7777 | | 1200 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 7777 | | 1200 | ## Actuator Outputs @@ -270,188 +498,167 @@ This parameter defines the squawk code. Value should be between 0000 and 7777. PCA9685 Output Channel 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS10 (`INT32`) {#PCA9685_DIS10} PCA9685 Output Channel 10 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS11 (`INT32`) {#PCA9685_DIS11} PCA9685 Output Channel 11 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS12 (`INT32`) {#PCA9685_DIS12} PCA9685 Output Channel 12 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS13 (`INT32`) {#PCA9685_DIS13} PCA9685 Output Channel 13 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS14 (`INT32`) {#PCA9685_DIS14} PCA9685 Output Channel 14 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS15 (`INT32`) {#PCA9685_DIS15} PCA9685 Output Channel 15 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS16 (`INT32`) {#PCA9685_DIS16} PCA9685 Output Channel 16 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS2 (`INT32`) {#PCA9685_DIS2} PCA9685 Output Channel 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS3 (`INT32`) {#PCA9685_DIS3} PCA9685 Output Channel 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS4 (`INT32`) {#PCA9685_DIS4} PCA9685 Output Channel 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS5 (`INT32`) {#PCA9685_DIS5} PCA9685 Output Channel 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS6 (`INT32`) {#PCA9685_DIS6} PCA9685 Output Channel 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS7 (`INT32`) {#PCA9685_DIS7} PCA9685 Output Channel 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS8 (`INT32`) {#PCA9685_DIS8} PCA9685 Output Channel 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DIS9 (`INT32`) {#PCA9685_DIS9} PCA9685 Output Channel 9 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PCA9685_DUTY_EN (`INT32`) {#PCA9685_DUTY_EN} Put the selected channels into Duty-Cycle output mode. -The driver will output standard pulse-width encoded signal without this bit set. -To make PCA9685 output in duty-cycle fashion, please enable the corresponding -channel bit here and adjusting standard params to suit your need. -The driver will have 12bits resolution for duty-cycle output. That means to achieve 0% to 100% -output range on one channel, the corresponding params MIN and MAX for the channel should be set -to 0 and 4096. Other standard params follows the same rule. +The driver will output standard pulse-width encoded signal without this bit set. To make PCA9685 output in duty-cycle fashion, please enable the corresponding channel bit here and adjusting standard params to suit your need. The driver will have 12bits resolution for duty-cycle output. That means to achieve 0% to 100% output range on one channel, the corresponding params MIN and MAX for the channel should be set to 0 and 4096. Other standard params follows the same rule. **Bitmask:** @@ -472,208 +679,176 @@ to 0 and 4096. Other standard params follows the same rule. - `14`: Put CH15 to Duty-Cycle mode - `15`: Put CH16 to Duty-Cycle mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | -### PCA9685_EN_BUS (`INT32`) {#PCA9685_EN_BUS} - -Enable the PCA9685 output driver. - -The integer refers to the I2C bus number where PCA9685 is connected. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### PCA9685_FAIL1 (`INT32`) {#PCA9685_FAIL1} PCA9685 Output Channel 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL10 (`INT32`) {#PCA9685_FAIL10} PCA9685 Output Channel 10 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC10). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC10). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL11 (`INT32`) {#PCA9685_FAIL11} PCA9685 Output Channel 11 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC11). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC11). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL12 (`INT32`) {#PCA9685_FAIL12} PCA9685 Output Channel 12 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC12). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC12). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL13 (`INT32`) {#PCA9685_FAIL13} PCA9685 Output Channel 13 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC13). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC13). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL14 (`INT32`) {#PCA9685_FAIL14} PCA9685 Output Channel 14 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC14). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC14). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL15 (`INT32`) {#PCA9685_FAIL15} PCA9685 Output Channel 15 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC15). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC15). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL16 (`INT32`) {#PCA9685_FAIL16} PCA9685 Output Channel 16 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC16). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC16). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL2 (`INT32`) {#PCA9685_FAIL2} PCA9685 Output Channel 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL3 (`INT32`) {#PCA9685_FAIL3} PCA9685 Output Channel 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL4 (`INT32`) {#PCA9685_FAIL4} PCA9685 Output Channel 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL5 (`INT32`) {#PCA9685_FAIL5} PCA9685 Output Channel 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL6 (`INT32`) {#PCA9685_FAIL6} PCA9685 Output Channel 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL7 (`INT32`) {#PCA9685_FAIL7} PCA9685 Output Channel 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL8 (`INT32`) {#PCA9685_FAIL8} PCA9685 Output Channel 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FAIL9 (`INT32`) {#PCA9685_FAIL9} PCA9685 Output Channel 9 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PCA9685_FUNC9). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC9). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PCA9685_FUNC1 (`INT32`) {#PCA9685_FUNC1} PCA9685 Output Channel 1 Output Function. -Select what should be output on PCA9685 Output Channel 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -729,22 +904,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC10 (`INT32`) {#PCA9685_FUNC10} PCA9685 Output Channel 10 Output Function. -Select what should be output on PCA9685 Output Channel 10. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -800,22 +969,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC11 (`INT32`) {#PCA9685_FUNC11} PCA9685 Output Channel 11 Output Function. -Select what should be output on PCA9685 Output Channel 11. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -871,22 +1034,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC12 (`INT32`) {#PCA9685_FUNC12} PCA9685 Output Channel 12 Output Function. -Select what should be output on PCA9685 Output Channel 12. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -942,22 +1099,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC13 (`INT32`) {#PCA9685_FUNC13} PCA9685 Output Channel 13 Output Function. -Select what should be output on PCA9685 Output Channel 13. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1013,22 +1164,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC14 (`INT32`) {#PCA9685_FUNC14} PCA9685 Output Channel 14 Output Function. -Select what should be output on PCA9685 Output Channel 14. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1084,22 +1229,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC15 (`INT32`) {#PCA9685_FUNC15} PCA9685 Output Channel 15 Output Function. -Select what should be output on PCA9685 Output Channel 15. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1155,22 +1294,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC16 (`INT32`) {#PCA9685_FUNC16} PCA9685 Output Channel 16 Output Function. -Select what should be output on PCA9685 Output Channel 16. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1226,22 +1359,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC2 (`INT32`) {#PCA9685_FUNC2} PCA9685 Output Channel 2 Output Function. -Select what should be output on PCA9685 Output Channel 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1297,22 +1424,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC3 (`INT32`) {#PCA9685_FUNC3} PCA9685 Output Channel 3 Output Function. -Select what should be output on PCA9685 Output Channel 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1368,22 +1489,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC4 (`INT32`) {#PCA9685_FUNC4} PCA9685 Output Channel 4 Output Function. -Select what should be output on PCA9685 Output Channel 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1439,22 +1554,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC5 (`INT32`) {#PCA9685_FUNC5} PCA9685 Output Channel 5 Output Function. -Select what should be output on PCA9685 Output Channel 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1510,22 +1619,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC6 (`INT32`) {#PCA9685_FUNC6} PCA9685 Output Channel 6 Output Function. -Select what should be output on PCA9685 Output Channel 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1581,22 +1684,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC7 (`INT32`) {#PCA9685_FUNC7} PCA9685 Output Channel 7 Output Function. -Select what should be output on PCA9685 Output Channel 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1652,22 +1749,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC8 (`INT32`) {#PCA9685_FUNC8} PCA9685 Output Channel 8 Output Function. -Select what should be output on PCA9685 Output Channel 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1723,22 +1814,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_FUNC9 (`INT32`) {#PCA9685_FUNC9} PCA9685 Output Channel 9 Output Function. -Select what should be output on PCA9685 Output Channel 9. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PCA9685 Output Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -1794,19 +1879,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | -### PCA9685_I2C_ADDR (`INT32`) {#PCA9685_I2C_ADDR} - -I2C address of PCA9685. - -The default address is 0x40 (64). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 127 | | 64 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PCA9685_MAX1 (`INT32`) {#PCA9685_MAX1} @@ -1814,9 +1890,9 @@ PCA9685 Output Channel 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX10 (`INT32`) {#PCA9685_MAX10} @@ -1824,9 +1900,9 @@ PCA9685 Output Channel 10 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX11 (`INT32`) {#PCA9685_MAX11} @@ -1834,9 +1910,9 @@ PCA9685 Output Channel 11 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX12 (`INT32`) {#PCA9685_MAX12} @@ -1844,9 +1920,9 @@ PCA9685 Output Channel 12 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX13 (`INT32`) {#PCA9685_MAX13} @@ -1854,9 +1930,9 @@ PCA9685 Output Channel 13 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX14 (`INT32`) {#PCA9685_MAX14} @@ -1864,9 +1940,9 @@ PCA9685 Output Channel 14 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX15 (`INT32`) {#PCA9685_MAX15} @@ -1874,9 +1950,9 @@ PCA9685 Output Channel 15 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX16 (`INT32`) {#PCA9685_MAX16} @@ -1884,9 +1960,9 @@ PCA9685 Output Channel 16 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX2 (`INT32`) {#PCA9685_MAX2} @@ -1894,9 +1970,9 @@ PCA9685 Output Channel 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX3 (`INT32`) {#PCA9685_MAX3} @@ -1904,9 +1980,9 @@ PCA9685 Output Channel 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX4 (`INT32`) {#PCA9685_MAX4} @@ -1914,9 +1990,9 @@ PCA9685 Output Channel 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX5 (`INT32`) {#PCA9685_MAX5} @@ -1924,9 +2000,9 @@ PCA9685 Output Channel 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX6 (`INT32`) {#PCA9685_MAX6} @@ -1934,9 +2010,9 @@ PCA9685 Output Channel 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX7 (`INT32`) {#PCA9685_MAX7} @@ -1944,9 +2020,9 @@ PCA9685 Output Channel 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX8 (`INT32`) {#PCA9685_MAX8} @@ -1954,9 +2030,9 @@ PCA9685 Output Channel 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MAX9 (`INT32`) {#PCA9685_MAX9} @@ -1964,9 +2040,9 @@ PCA9685 Output Channel 9 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 1900 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 1900 | ### PCA9685_MIN1 (`INT32`) {#PCA9685_MIN1} @@ -1974,9 +2050,9 @@ PCA9685 Output Channel 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN10 (`INT32`) {#PCA9685_MIN10} @@ -1984,9 +2060,9 @@ PCA9685 Output Channel 10 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN11 (`INT32`) {#PCA9685_MIN11} @@ -1994,9 +2070,9 @@ PCA9685 Output Channel 11 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN12 (`INT32`) {#PCA9685_MIN12} @@ -2004,9 +2080,9 @@ PCA9685 Output Channel 12 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN13 (`INT32`) {#PCA9685_MIN13} @@ -2014,9 +2090,9 @@ PCA9685 Output Channel 13 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN14 (`INT32`) {#PCA9685_MIN14} @@ -2024,9 +2100,9 @@ PCA9685 Output Channel 14 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN15 (`INT32`) {#PCA9685_MIN15} @@ -2034,9 +2110,9 @@ PCA9685 Output Channel 15 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN16 (`INT32`) {#PCA9685_MIN16} @@ -2044,9 +2120,9 @@ PCA9685 Output Channel 16 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN2 (`INT32`) {#PCA9685_MIN2} @@ -2054,9 +2130,9 @@ PCA9685 Output Channel 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN3 (`INT32`) {#PCA9685_MIN3} @@ -2064,9 +2140,9 @@ PCA9685 Output Channel 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN4 (`INT32`) {#PCA9685_MIN4} @@ -2074,9 +2150,9 @@ PCA9685 Output Channel 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN5 (`INT32`) {#PCA9685_MIN5} @@ -2084,9 +2160,9 @@ PCA9685 Output Channel 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN6 (`INT32`) {#PCA9685_MIN6} @@ -2094,9 +2170,9 @@ PCA9685 Output Channel 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN7 (`INT32`) {#PCA9685_MIN7} @@ -2104,9 +2180,9 @@ PCA9685 Output Channel 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN8 (`INT32`) {#PCA9685_MIN8} @@ -2114,9 +2190,9 @@ PCA9685 Output Channel 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_MIN9 (`INT32`) {#PCA9685_MIN9} @@ -2124,32 +2200,25 @@ PCA9685 Output Channel 9 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1100 | ### PCA9685_PWM_FREQ (`FLOAT`) {#PCA9685_PWM_FREQ} PWM cycle frequency. -Controls the PWM frequency at timing perspective. -This is independent from PWM update frequency, as PCA9685 is capable to output -without being continuously commanded by FC. -Higher frequency leads to more accurate pulse width, but some ESCs and servos may not support it. -This parameter should be set to the same value as PWM update rate in most case. -This parameter MUST NOT exceed upper limit of 400.0, if any outputs as generic 1000~2000us -pulse width is desired. Frequency higher than 400 only makes sense in duty-cycle mode. +Controls the PWM frequency at timing perspective. This is independent from PWM update frequency, as PCA9685 is capable to output without being continuously commanded by FC. Higher frequency leads to more accurate pulse width, but some ESCs and servos may not support it. This parameter should be set to the same value as PWM update rate in most case. This parameter MUST NOT exceed upper limit of 400.0, if any outputs as generic 1000~2000us pulse width is desired. Frequency higher than 400 only makes sense in duty-cycle mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 23.8 | 1525.87 | | 50.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 23.8 | 1525.87 | | 50.0 | ### PCA9685_REV (`INT32`) {#PCA9685_REV} Reverse Output Range for PCA9685 Output. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -2170,387 +2239,246 @@ Note: this is only useful for servos. - `14`: PCA9685 Output Channel 15 - `15`: PCA9685 Output Channel 16 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### PCA9685_SCHD_HZ (`FLOAT`) {#PCA9685_SCHD_HZ} PWM update rate. -Controls the update rate of PWM output. -Flight Controller will inform those numbers of update events in a second, to PCA9685. -Higher update rate will consume more I2C bandwidth, which may even lead to worse -output latency, or completely block I2C bus. +Controls the update rate of PWM output. Flight Controller will inform those numbers of update events in a second, to PCA9685. Higher update rate will consume more I2C bandwidth, which may even lead to worse output latency, or completely block I2C bus. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 50.0 | 400.0 | | 50.0 | - -### PWM_AUX_CENT1 (`INT32`) {#PWM_AUX_CENT1} - -PWM Aux 1 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT10 (`INT32`) {#PWM_AUX_CENT10} - -PWM Capture 2 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT11 (`INT32`) {#PWM_AUX_CENT11} - -PWM Capture 3 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT2 (`INT32`) {#PWM_AUX_CENT2} - -PWM Aux 2 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT3 (`INT32`) {#PWM_AUX_CENT3} - -PWM Aux 3 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT4 (`INT32`) {#PWM_AUX_CENT4} - -PWM Aux 4 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT5 (`INT32`) {#PWM_AUX_CENT5} - -PWM Aux 5 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT6 (`INT32`) {#PWM_AUX_CENT6} - -PWM Aux 6 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT7 (`INT32`) {#PWM_AUX_CENT7} - -PWM Aux 7 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT8 (`INT32`) {#PWM_AUX_CENT8} - -PWM Aux 8 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | - -### PWM_AUX_CENT9 (`INT32`) {#PWM_AUX_CENT9} - -PWM Capture 1 Center Value. - -Servo Center output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 50.0 | 400.0 | | 50.0 | ### PWM_AUX_DIS1 (`INT32`) {#PWM_AUX_DIS1} PWM Aux 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS10 (`INT32`) {#PWM_AUX_DIS10} PWM Capture 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS11 (`INT32`) {#PWM_AUX_DIS11} PWM Capture 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS2 (`INT32`) {#PWM_AUX_DIS2} PWM Aux 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS3 (`INT32`) {#PWM_AUX_DIS3} PWM Aux 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS4 (`INT32`) {#PWM_AUX_DIS4} PWM Aux 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS5 (`INT32`) {#PWM_AUX_DIS5} PWM Aux 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS6 (`INT32`) {#PWM_AUX_DIS6} PWM Aux 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS7 (`INT32`) {#PWM_AUX_DIS7} PWM Aux 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS8 (`INT32`) {#PWM_AUX_DIS8} PWM Aux 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_DIS9 (`INT32`) {#PWM_AUX_DIS9} PWM Capture 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_AUX_FAIL1 (`INT32`) {#PWM_AUX_FAIL1} PWM Aux 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL10 (`INT32`) {#PWM_AUX_FAIL10} PWM Capture 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL11 (`INT32`) {#PWM_AUX_FAIL11} PWM Capture 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL2 (`INT32`) {#PWM_AUX_FAIL2} PWM Aux 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL3 (`INT32`) {#PWM_AUX_FAIL3} PWM Aux 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL4 (`INT32`) {#PWM_AUX_FAIL4} PWM Aux 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL5 (`INT32`) {#PWM_AUX_FAIL5} PWM Aux 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL6 (`INT32`) {#PWM_AUX_FAIL6} PWM Aux 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL7 (`INT32`) {#PWM_AUX_FAIL7} PWM Aux 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL8 (`INT32`) {#PWM_AUX_FAIL8} PWM Aux 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FAIL9 (`INT32`) {#PWM_AUX_FAIL9} PWM Capture 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_AUX_FUNC1 (`INT32`) {#PWM_AUX_FUNC1} PWM Aux 1 Output Function. -Select what should be output on PWM Aux 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2610,22 +2538,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC10 (`INT32`) {#PWM_AUX_FUNC10} PWM Capture 2 Output Function. -Select what should be output on PWM Capture 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Capture 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2685,22 +2607,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC11 (`INT32`) {#PWM_AUX_FUNC11} PWM Capture 3 Output Function. -Select what should be output on PWM Capture 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Capture 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2760,22 +2676,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC2 (`INT32`) {#PWM_AUX_FUNC2} PWM Aux 2 Output Function. -Select what should be output on PWM Aux 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2835,22 +2745,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC3 (`INT32`) {#PWM_AUX_FUNC3} PWM Aux 3 Output Function. -Select what should be output on PWM Aux 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2910,22 +2814,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC4 (`INT32`) {#PWM_AUX_FUNC4} PWM Aux 4 Output Function. -Select what should be output on PWM Aux 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -2985,22 +2883,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC5 (`INT32`) {#PWM_AUX_FUNC5} PWM Aux 5 Output Function. -Select what should be output on PWM Aux 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3060,22 +2952,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC6 (`INT32`) {#PWM_AUX_FUNC6} PWM Aux 6 Output Function. -Select what should be output on PWM Aux 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3135,22 +3021,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC7 (`INT32`) {#PWM_AUX_FUNC7} PWM Aux 7 Output Function. -Select what should be output on PWM Aux 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3210,22 +3090,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC8 (`INT32`) {#PWM_AUX_FUNC8} PWM Aux 8 Output Function. -Select what should be output on PWM Aux 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Aux 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3285,22 +3159,16 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_FUNC9 (`INT32`) {#PWM_AUX_FUNC9} PWM Capture 1 Output Function. -Select what should be output on PWM Capture 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on PWM Capture 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3360,9 +3228,10 @@ The default failsafe value is set according to the selected function: - `2064`: PPS Input - `2070`: RPM Input -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_AUX_MAX1 (`INT32`) {#PWM_AUX_MAX1} @@ -3370,9 +3239,9 @@ PWM Aux 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX10 (`INT32`) {#PWM_AUX_MAX10} @@ -3380,9 +3249,9 @@ PWM Capture 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX11 (`INT32`) {#PWM_AUX_MAX11} @@ -3390,9 +3259,9 @@ PWM Capture 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX2 (`INT32`) {#PWM_AUX_MAX2} @@ -3400,9 +3269,9 @@ PWM Aux 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX3 (`INT32`) {#PWM_AUX_MAX3} @@ -3410,9 +3279,9 @@ PWM Aux 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX4 (`INT32`) {#PWM_AUX_MAX4} @@ -3420,9 +3289,9 @@ PWM Aux 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX5 (`INT32`) {#PWM_AUX_MAX5} @@ -3430,9 +3299,9 @@ PWM Aux 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX6 (`INT32`) {#PWM_AUX_MAX6} @@ -3440,9 +3309,9 @@ PWM Aux 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX7 (`INT32`) {#PWM_AUX_MAX7} @@ -3450,9 +3319,9 @@ PWM Aux 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX8 (`INT32`) {#PWM_AUX_MAX8} @@ -3460,9 +3329,9 @@ PWM Aux 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MAX9 (`INT32`) {#PWM_AUX_MAX9} @@ -3470,9 +3339,9 @@ PWM Capture 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_AUX_MIN1 (`INT32`) {#PWM_AUX_MIN1} @@ -3480,9 +3349,9 @@ PWM Aux 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN10 (`INT32`) {#PWM_AUX_MIN10} @@ -3490,9 +3359,9 @@ PWM Capture 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN11 (`INT32`) {#PWM_AUX_MIN11} @@ -3500,9 +3369,9 @@ PWM Capture 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN2 (`INT32`) {#PWM_AUX_MIN2} @@ -3510,9 +3379,9 @@ PWM Aux 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN3 (`INT32`) {#PWM_AUX_MIN3} @@ -3520,9 +3389,9 @@ PWM Aux 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN4 (`INT32`) {#PWM_AUX_MIN4} @@ -3530,9 +3399,9 @@ PWM Aux 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN5 (`INT32`) {#PWM_AUX_MIN5} @@ -3540,9 +3409,9 @@ PWM Aux 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN6 (`INT32`) {#PWM_AUX_MIN6} @@ -3550,9 +3419,9 @@ PWM Aux 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN7 (`INT32`) {#PWM_AUX_MIN7} @@ -3560,9 +3429,9 @@ PWM Aux 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN8 (`INT32`) {#PWM_AUX_MIN8} @@ -3570,9 +3439,9 @@ PWM Aux 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_MIN9 (`INT32`) {#PWM_AUX_MIN9} @@ -3580,16 +3449,15 @@ PWM Capture 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_AUX_REV (`INT32`) {#PWM_AUX_REV} Reverse Output Range for PWM AUX. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -3605,16 +3473,16 @@ Note: this is only useful for servos. - `9`: PWM Capture 2 - `10`: PWM Capture 3 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2047 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2047 | | 0 | ### PWM_AUX_TIM0 (`INT32`) {#PWM_AUX_TIM0} Output Protocol Configuration for PWM Aux 1-4. -Select which Output Protocol to use for outputs PWM Aux 1-4. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3627,16 +3495,16 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_AUX_TIM1 (`INT32`) {#PWM_AUX_TIM1} Output Protocol Configuration for PWM Aux 5-6. -Select which Output Protocol to use for outputs PWM Aux 5-6. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3646,16 +3514,16 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_AUX_TIM2 (`INT32`) {#PWM_AUX_TIM2} Output Protocol Configuration for PWM Aux 7-8. -Select which Output Protocol to use for outputs PWM Aux 7-8. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3665,16 +3533,16 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_AUX_TIM3 (`INT32`) {#PWM_AUX_TIM3} Output Protocol Configuration for PWM Capture 1-3. -Select which Output Protocol to use for outputs PWM Capture 1-3. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -3684,198 +3552,176 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_MAIN_DIS1 (`INT32`) {#PWM_MAIN_DIS1} MAIN 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS2 (`INT32`) {#PWM_MAIN_DIS2} MAIN 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS3 (`INT32`) {#PWM_MAIN_DIS3} MAIN 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS4 (`INT32`) {#PWM_MAIN_DIS4} MAIN 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS5 (`INT32`) {#PWM_MAIN_DIS5} MAIN 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS6 (`INT32`) {#PWM_MAIN_DIS6} MAIN 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS7 (`INT32`) {#PWM_MAIN_DIS7} MAIN 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_DIS8 (`INT32`) {#PWM_MAIN_DIS8} MAIN 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 2200 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 2200 | | 1000 | ### PWM_MAIN_FAIL1 (`INT32`) {#PWM_MAIN_FAIL1} MAIN 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL2 (`INT32`) {#PWM_MAIN_FAIL2} MAIN 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL3 (`INT32`) {#PWM_MAIN_FAIL3} MAIN 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL4 (`INT32`) {#PWM_MAIN_FAIL4} MAIN 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL5 (`INT32`) {#PWM_MAIN_FAIL5} MAIN 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL6 (`INT32`) {#PWM_MAIN_FAIL6} MAIN 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL7 (`INT32`) {#PWM_MAIN_FAIL7} MAIN 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FAIL8 (`INT32`) {#PWM_MAIN_FAIL8} MAIN 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 2200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 2200 | | -1 | ### PWM_MAIN_FUNC1 (`INT32`) {#PWM_MAIN_FUNC1} MAIN 1 Output Function. -Select what should be output on MAIN 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -3931,22 +3777,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC2 (`INT32`) {#PWM_MAIN_FUNC2} MAIN 2 Output Function. -Select what should be output on MAIN 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4002,22 +3842,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC3 (`INT32`) {#PWM_MAIN_FUNC3} MAIN 3 Output Function. -Select what should be output on MAIN 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4073,22 +3907,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC4 (`INT32`) {#PWM_MAIN_FUNC4} MAIN 4 Output Function. -Select what should be output on MAIN 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4144,22 +3972,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC5 (`INT32`) {#PWM_MAIN_FUNC5} MAIN 5 Output Function. -Select what should be output on MAIN 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4215,22 +4037,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC6 (`INT32`) {#PWM_MAIN_FUNC6} MAIN 6 Output Function. -Select what should be output on MAIN 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4286,22 +4102,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC7 (`INT32`) {#PWM_MAIN_FUNC7} MAIN 7 Output Function. -Select what should be output on MAIN 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4357,22 +4167,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_FUNC8 (`INT32`) {#PWM_MAIN_FUNC8} MAIN 8 Output Function. -Select what should be output on MAIN 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on MAIN 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4428,9 +4232,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### PWM_MAIN_MAX1 (`INT32`) {#PWM_MAIN_MAX1} @@ -4438,9 +4243,9 @@ MAIN 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX2 (`INT32`) {#PWM_MAIN_MAX2} @@ -4448,9 +4253,9 @@ MAIN 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX3 (`INT32`) {#PWM_MAIN_MAX3} @@ -4458,9 +4263,9 @@ MAIN 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX4 (`INT32`) {#PWM_MAIN_MAX4} @@ -4468,9 +4273,9 @@ MAIN 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX5 (`INT32`) {#PWM_MAIN_MAX5} @@ -4478,9 +4283,9 @@ MAIN 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX6 (`INT32`) {#PWM_MAIN_MAX6} @@ -4488,9 +4293,9 @@ MAIN 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX7 (`INT32`) {#PWM_MAIN_MAX7} @@ -4498,9 +4303,9 @@ MAIN 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MAX8 (`INT32`) {#PWM_MAIN_MAX8} @@ -4508,9 +4313,9 @@ MAIN 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1600 | 2200 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1600 | 2200 | | 2000 | ### PWM_MAIN_MIN1 (`INT32`) {#PWM_MAIN_MIN1} @@ -4518,9 +4323,9 @@ MAIN 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN2 (`INT32`) {#PWM_MAIN_MIN2} @@ -4528,9 +4333,9 @@ MAIN 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN3 (`INT32`) {#PWM_MAIN_MIN3} @@ -4538,9 +4343,9 @@ MAIN 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN4 (`INT32`) {#PWM_MAIN_MIN4} @@ -4548,9 +4353,9 @@ MAIN 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN5 (`INT32`) {#PWM_MAIN_MIN5} @@ -4558,9 +4363,9 @@ MAIN 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN6 (`INT32`) {#PWM_MAIN_MIN6} @@ -4568,9 +4373,9 @@ MAIN 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN7 (`INT32`) {#PWM_MAIN_MIN7} @@ -4578,9 +4383,9 @@ MAIN 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_MIN8 (`INT32`) {#PWM_MAIN_MIN8} @@ -4588,16 +4393,15 @@ MAIN 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800 | 1400 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800 | 1400 | | 1000 | ### PWM_MAIN_REV (`INT32`) {#PWM_MAIN_REV} Reverse Output Range for PWM MAIN. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -4610,16 +4414,16 @@ Note: this is only useful for servos. - `6`: MAIN 7 - `7`: MAIN 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### PWM_MAIN_TIM0 (`INT32`) {#PWM_MAIN_TIM0} Output Protocol Configuration for MAIN 1-2. -Select which Output Protocol to use for outputs MAIN 1-2. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4629,16 +4433,16 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_MAIN_TIM1 (`INT32`) {#PWM_MAIN_TIM1} Output Protocol Configuration for MAIN 3-4. -Select which Output Protocol to use for outputs MAIN 3-4. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4648,16 +4452,16 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### PWM_MAIN_TIM2 (`INT32`) {#PWM_MAIN_TIM2} Output Protocol Configuration for MAIN 5-8. -Select which Output Protocol to use for outputs MAIN 5-8. -Custom PWM rates can be used by directly setting any value >0. +Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can be used by directly setting any value >0. **Values:** @@ -4667,66 +4471,56 @@ Custom PWM rates can be used by directly setting any value >0. - `200`: PWM 200 Hz - `400`: PWM 400 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 400 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 400 | ### RBCLW_DIS1 (`INT32`) {#RBCLW_DIS1} Roboclaw Driver Channel 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 128 | 128 | | 128 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 128 | 128 | | 128 | ### RBCLW_DIS2 (`INT32`) {#RBCLW_DIS2} Roboclaw Driver Channel 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 128 | 128 | | 128 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 128 | 128 | | 128 | ### RBCLW_FAIL1 (`INT32`) {#RBCLW_FAIL1} Roboclaw Driver Channel 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see RBCLW_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 257 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 257 | | -1 | ### RBCLW_FAIL2 (`INT32`) {#RBCLW_FAIL2} Roboclaw Driver Channel 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see RBCLW_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 257 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 257 | | -1 | ### RBCLW_FUNC1 (`INT32`) {#RBCLW_FUNC1} Roboclaw Driver Channel 1 Output Function. -Select what should be output on Roboclaw Driver Channel 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Roboclaw Driver Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4782,22 +4576,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### RBCLW_FUNC2 (`INT32`) {#RBCLW_FUNC2} Roboclaw Driver Channel 2 Output Function. -Select what should be output on Roboclaw Driver Channel 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Roboclaw Driver Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -4853,9 +4641,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### RBCLW_MAX1 (`INT32`) {#RBCLW_MAX1} @@ -4863,9 +4652,9 @@ Roboclaw Driver Channel 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 128 | 256 | | 256 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 128 | 256 | | 256 | ### RBCLW_MAX2 (`INT32`) {#RBCLW_MAX2} @@ -4873,9 +4662,9 @@ Roboclaw Driver Channel 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 128 | 256 | | 256 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 128 | 256 | | 256 | ### RBCLW_MIN1 (`INT32`) {#RBCLW_MIN1} @@ -4883,9 +4672,9 @@ Roboclaw Driver Channel 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 128 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 128 | | 1 | ### RBCLW_MIN2 (`INT32`) {#RBCLW_MIN2} @@ -4893,302 +4682,191 @@ Roboclaw Driver Channel 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 128 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 128 | | 1 | ### RBCLW_REV (`INT32`) {#RBCLW_REV} Reverse Output Range for Roboclaw Driver. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** - `0`: Roboclaw Driver Channel 1 - `1`: Roboclaw Driver Channel 2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0 | ### SIM_GZ_EC_DIS1 (`INT32`) {#SIM_GZ_EC_DIS1} SIM_GZ ESC 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_DIS10 (`INT32`) {#SIM_GZ_EC_DIS10} - -SIM_GZ ESC 10 Disarmed Value. - -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_DIS11 (`INT32`) {#SIM_GZ_EC_DIS11} - -SIM_GZ ESC 11 Disarmed Value. - -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_DIS12 (`INT32`) {#SIM_GZ_EC_DIS12} - -SIM_GZ ESC 12 Disarmed Value. - -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS2 (`INT32`) {#SIM_GZ_EC_DIS2} SIM_GZ ESC 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS3 (`INT32`) {#SIM_GZ_EC_DIS3} SIM_GZ ESC 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS4 (`INT32`) {#SIM_GZ_EC_DIS4} SIM_GZ ESC 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS5 (`INT32`) {#SIM_GZ_EC_DIS5} SIM_GZ ESC 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS6 (`INT32`) {#SIM_GZ_EC_DIS6} SIM_GZ ESC 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS7 (`INT32`) {#SIM_GZ_EC_DIS7} SIM_GZ ESC 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_DIS8 (`INT32`) {#SIM_GZ_EC_DIS8} SIM_GZ ESC 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_DIS9 (`INT32`) {#SIM_GZ_EC_DIS9} - -SIM_GZ ESC 9 Disarmed Value. - -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_FAIL1 (`INT32`) {#SIM_GZ_EC_FAIL1} SIM_GZ ESC 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | - -### SIM_GZ_EC_FAIL10 (`INT32`) {#SIM_GZ_EC_FAIL10} - -SIM_GZ ESC 10 Failsafe Value. - -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC10). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | - -### SIM_GZ_EC_FAIL11 (`INT32`) {#SIM_GZ_EC_FAIL11} - -SIM_GZ ESC 11 Failsafe Value. - -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC11). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | - -### SIM_GZ_EC_FAIL12 (`INT32`) {#SIM_GZ_EC_FAIL12} - -SIM_GZ ESC 12 Failsafe Value. - -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC12). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL2 (`INT32`) {#SIM_GZ_EC_FAIL2} SIM_GZ ESC 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL3 (`INT32`) {#SIM_GZ_EC_FAIL3} SIM_GZ ESC 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL4 (`INT32`) {#SIM_GZ_EC_FAIL4} SIM_GZ ESC 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL5 (`INT32`) {#SIM_GZ_EC_FAIL5} SIM_GZ ESC 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL6 (`INT32`) {#SIM_GZ_EC_FAIL6} SIM_GZ ESC 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL7 (`INT32`) {#SIM_GZ_EC_FAIL7} SIM_GZ ESC 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FAIL8 (`INT32`) {#SIM_GZ_EC_FAIL8} SIM_GZ ESC 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | - -### SIM_GZ_EC_FAIL9 (`INT32`) {#SIM_GZ_EC_FAIL9} - -SIM_GZ ESC 9 Failsafe Value. - -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC9). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_EC_FUNC1 (`INT32`) {#SIM_GZ_EC_FUNC1} SIM_GZ ESC 1 Output Function. -Select what should be output on SIM_GZ ESC 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5244,235 +4922,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | -### SIM_GZ_EC_FUNC10 (`INT32`) {#SIM_GZ_EC_FUNC10} - -SIM_GZ ESC 10 Output Function. - -Select what should be output on SIM_GZ ESC 10. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest - -**Values:** - -- `0`: Disabled -- `1`: Constant Min -- `2`: Constant Max -- `101`: Motor 1 -- `102`: Motor 2 -- `103`: Motor 3 -- `104`: Motor 4 -- `105`: Motor 5 -- `106`: Motor 6 -- `107`: Motor 7 -- `108`: Motor 8 -- `109`: Motor 9 -- `110`: Motor 10 -- `111`: Motor 11 -- `112`: Motor 12 -- `201`: Servo 1 -- `202`: Servo 2 -- `203`: Servo 3 -- `204`: Servo 4 -- `205`: Servo 5 -- `206`: Servo 6 -- `207`: Servo 7 -- `208`: Servo 8 -- `301`: Peripheral via Actuator Set 1 -- `302`: Peripheral via Actuator Set 2 -- `303`: Peripheral via Actuator Set 3 -- `304`: Peripheral via Actuator Set 4 -- `305`: Peripheral via Actuator Set 5 -- `306`: Peripheral via Actuator Set 6 -- `400`: Landing Gear -- `401`: Parachute -- `402`: RC Roll -- `403`: RC Pitch -- `404`: RC Throttle -- `405`: RC Yaw -- `406`: RC Flaps -- `407`: RC AUX 1 -- `408`: RC AUX 2 -- `409`: RC AUX 3 -- `410`: RC AUX 4 -- `411`: RC AUX 5 -- `412`: RC AUX 6 -- `420`: Gimbal Roll -- `421`: Gimbal Pitch -- `422`: Gimbal Yaw -- `430`: Gripper -- `440`: Landing Gear Wheel -- `450`: IC Engine Ignition -- `451`: IC Engine Throttle -- `452`: IC Engine Choke -- `453`: IC Engine Starter - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | - -### SIM_GZ_EC_FUNC11 (`INT32`) {#SIM_GZ_EC_FUNC11} - -SIM_GZ ESC 11 Output Function. - -Select what should be output on SIM_GZ ESC 11. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest - -**Values:** - -- `0`: Disabled -- `1`: Constant Min -- `2`: Constant Max -- `101`: Motor 1 -- `102`: Motor 2 -- `103`: Motor 3 -- `104`: Motor 4 -- `105`: Motor 5 -- `106`: Motor 6 -- `107`: Motor 7 -- `108`: Motor 8 -- `109`: Motor 9 -- `110`: Motor 10 -- `111`: Motor 11 -- `112`: Motor 12 -- `201`: Servo 1 -- `202`: Servo 2 -- `203`: Servo 3 -- `204`: Servo 4 -- `205`: Servo 5 -- `206`: Servo 6 -- `207`: Servo 7 -- `208`: Servo 8 -- `301`: Peripheral via Actuator Set 1 -- `302`: Peripheral via Actuator Set 2 -- `303`: Peripheral via Actuator Set 3 -- `304`: Peripheral via Actuator Set 4 -- `305`: Peripheral via Actuator Set 5 -- `306`: Peripheral via Actuator Set 6 -- `400`: Landing Gear -- `401`: Parachute -- `402`: RC Roll -- `403`: RC Pitch -- `404`: RC Throttle -- `405`: RC Yaw -- `406`: RC Flaps -- `407`: RC AUX 1 -- `408`: RC AUX 2 -- `409`: RC AUX 3 -- `410`: RC AUX 4 -- `411`: RC AUX 5 -- `412`: RC AUX 6 -- `420`: Gimbal Roll -- `421`: Gimbal Pitch -- `422`: Gimbal Yaw -- `430`: Gripper -- `440`: Landing Gear Wheel -- `450`: IC Engine Ignition -- `451`: IC Engine Throttle -- `452`: IC Engine Choke -- `453`: IC Engine Starter - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | - -### SIM_GZ_EC_FUNC12 (`INT32`) {#SIM_GZ_EC_FUNC12} - -SIM_GZ ESC 12 Output Function. - -Select what should be output on SIM_GZ ESC 12. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest - -**Values:** - -- `0`: Disabled -- `1`: Constant Min -- `2`: Constant Max -- `101`: Motor 1 -- `102`: Motor 2 -- `103`: Motor 3 -- `104`: Motor 4 -- `105`: Motor 5 -- `106`: Motor 6 -- `107`: Motor 7 -- `108`: Motor 8 -- `109`: Motor 9 -- `110`: Motor 10 -- `111`: Motor 11 -- `112`: Motor 12 -- `201`: Servo 1 -- `202`: Servo 2 -- `203`: Servo 3 -- `204`: Servo 4 -- `205`: Servo 5 -- `206`: Servo 6 -- `207`: Servo 7 -- `208`: Servo 8 -- `301`: Peripheral via Actuator Set 1 -- `302`: Peripheral via Actuator Set 2 -- `303`: Peripheral via Actuator Set 3 -- `304`: Peripheral via Actuator Set 4 -- `305`: Peripheral via Actuator Set 5 -- `306`: Peripheral via Actuator Set 6 -- `400`: Landing Gear -- `401`: Parachute -- `402`: RC Roll -- `403`: RC Pitch -- `404`: RC Throttle -- `405`: RC Yaw -- `406`: RC Flaps -- `407`: RC AUX 1 -- `408`: RC AUX 2 -- `409`: RC AUX 3 -- `410`: RC AUX 4 -- `411`: RC AUX 5 -- `412`: RC AUX 6 -- `420`: Gimbal Roll -- `421`: Gimbal Pitch -- `422`: Gimbal Yaw -- `430`: Gripper -- `440`: Landing Gear Wheel -- `450`: IC Engine Ignition -- `451`: IC Engine Throttle -- `452`: IC Engine Choke -- `453`: IC Engine Starter - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC2 (`INT32`) {#SIM_GZ_EC_FUNC2} SIM_GZ ESC 2 Output Function. -Select what should be output on SIM_GZ ESC 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5528,22 +4987,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC3 (`INT32`) {#SIM_GZ_EC_FUNC3} SIM_GZ ESC 3 Output Function. -Select what should be output on SIM_GZ ESC 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5599,22 +5052,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC4 (`INT32`) {#SIM_GZ_EC_FUNC4} SIM_GZ ESC 4 Output Function. -Select what should be output on SIM_GZ ESC 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5670,22 +5117,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC5 (`INT32`) {#SIM_GZ_EC_FUNC5} SIM_GZ ESC 5 Output Function. -Select what should be output on SIM_GZ ESC 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5741,22 +5182,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC6 (`INT32`) {#SIM_GZ_EC_FUNC6} SIM_GZ ESC 6 Output Function. -Select what should be output on SIM_GZ ESC 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5812,22 +5247,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC7 (`INT32`) {#SIM_GZ_EC_FUNC7} SIM_GZ ESC 7 Output Function. -Select what should be output on SIM_GZ ESC 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5883,22 +5312,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_FUNC8 (`INT32`) {#SIM_GZ_EC_FUNC8} SIM_GZ ESC 8 Output Function. -Select what should be output on SIM_GZ ESC 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -5954,80 +5377,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | -### SIM_GZ_EC_FUNC9 (`INT32`) {#SIM_GZ_EC_FUNC9} - -SIM_GZ ESC 9 Output Function. - -Select what should be output on SIM_GZ ESC 9. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest - -**Values:** - -- `0`: Disabled -- `1`: Constant Min -- `2`: Constant Max -- `101`: Motor 1 -- `102`: Motor 2 -- `103`: Motor 3 -- `104`: Motor 4 -- `105`: Motor 5 -- `106`: Motor 6 -- `107`: Motor 7 -- `108`: Motor 8 -- `109`: Motor 9 -- `110`: Motor 10 -- `111`: Motor 11 -- `112`: Motor 12 -- `201`: Servo 1 -- `202`: Servo 2 -- `203`: Servo 3 -- `204`: Servo 4 -- `205`: Servo 5 -- `206`: Servo 6 -- `207`: Servo 7 -- `208`: Servo 8 -- `301`: Peripheral via Actuator Set 1 -- `302`: Peripheral via Actuator Set 2 -- `303`: Peripheral via Actuator Set 3 -- `304`: Peripheral via Actuator Set 4 -- `305`: Peripheral via Actuator Set 5 -- `306`: Peripheral via Actuator Set 6 -- `400`: Landing Gear -- `401`: Parachute -- `402`: RC Roll -- `403`: RC Pitch -- `404`: RC Throttle -- `405`: RC Yaw -- `406`: RC Flaps -- `407`: RC AUX 1 -- `408`: RC AUX 2 -- `409`: RC AUX 3 -- `410`: RC AUX 4 -- `411`: RC AUX 5 -- `412`: RC AUX 6 -- `420`: Gimbal Roll -- `421`: Gimbal Pitch -- `422`: Gimbal Yaw -- `430`: Gripper -- `440`: Landing Gear Wheel -- `450`: IC Engine Ignition -- `451`: IC Engine Throttle -- `452`: IC Engine Choke -- `453`: IC Engine Starter - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_EC_MAX1 (`INT32`) {#SIM_GZ_EC_MAX1} @@ -6035,39 +5388,9 @@ SIM_GZ ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | - -### SIM_GZ_EC_MAX10 (`INT32`) {#SIM_GZ_EC_MAX10} - -SIM_GZ ESC 10 Maximum Value. - -Maxmimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | - -### SIM_GZ_EC_MAX11 (`INT32`) {#SIM_GZ_EC_MAX11} - -SIM_GZ ESC 11 Maximum Value. - -Maxmimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | - -### SIM_GZ_EC_MAX12 (`INT32`) {#SIM_GZ_EC_MAX12} - -SIM_GZ ESC 12 Maximum Value. - -Maxmimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX2 (`INT32`) {#SIM_GZ_EC_MAX2} @@ -6075,9 +5398,9 @@ SIM_GZ ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX3 (`INT32`) {#SIM_GZ_EC_MAX3} @@ -6085,9 +5408,9 @@ SIM_GZ ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX4 (`INT32`) {#SIM_GZ_EC_MAX4} @@ -6095,9 +5418,9 @@ SIM_GZ ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX5 (`INT32`) {#SIM_GZ_EC_MAX5} @@ -6105,9 +5428,9 @@ SIM_GZ ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX6 (`INT32`) {#SIM_GZ_EC_MAX6} @@ -6115,9 +5438,9 @@ SIM_GZ ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX7 (`INT32`) {#SIM_GZ_EC_MAX7} @@ -6125,9 +5448,9 @@ SIM_GZ ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MAX8 (`INT32`) {#SIM_GZ_EC_MAX8} @@ -6135,19 +5458,9 @@ SIM_GZ ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | - -### SIM_GZ_EC_MAX9 (`INT32`) {#SIM_GZ_EC_MAX9} - -SIM_GZ ESC 9 Maximum Value. - -Maxmimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_EC_MIN1 (`INT32`) {#SIM_GZ_EC_MIN1} @@ -6155,39 +5468,9 @@ SIM_GZ ESC 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_MIN10 (`INT32`) {#SIM_GZ_EC_MIN10} - -SIM_GZ ESC 10 Minimum Value. - -Minimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_MIN11 (`INT32`) {#SIM_GZ_EC_MIN11} - -SIM_GZ ESC 11 Minimum Value. - -Minimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_MIN12 (`INT32`) {#SIM_GZ_EC_MIN12} - -SIM_GZ ESC 12 Minimum Value. - -Minimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN2 (`INT32`) {#SIM_GZ_EC_MIN2} @@ -6195,9 +5478,9 @@ SIM_GZ ESC 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN3 (`INT32`) {#SIM_GZ_EC_MIN3} @@ -6205,9 +5488,9 @@ SIM_GZ ESC 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN4 (`INT32`) {#SIM_GZ_EC_MIN4} @@ -6215,9 +5498,9 @@ SIM_GZ ESC 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN5 (`INT32`) {#SIM_GZ_EC_MIN5} @@ -6225,9 +5508,9 @@ SIM_GZ ESC 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN6 (`INT32`) {#SIM_GZ_EC_MIN6} @@ -6235,9 +5518,9 @@ SIM_GZ ESC 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN7 (`INT32`) {#SIM_GZ_EC_MIN7} @@ -6245,9 +5528,9 @@ SIM_GZ ESC 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_MIN8 (`INT32`) {#SIM_GZ_EC_MIN8} @@ -6255,26 +5538,15 @@ SIM_GZ ESC 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | - -### SIM_GZ_EC_MIN9 (`INT32`) {#SIM_GZ_EC_MIN9} - -SIM_GZ ESC 9 Minimum Value. - -Minimum output value (when not disarmed). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_EC_REV (`INT32`) {#SIM_GZ_EC_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -6286,203 +5558,177 @@ Note: this is only useful for servos. - `5`: SIM_GZ ESC 6 - `6`: SIM_GZ ESC 7 - `7`: SIM_GZ ESC 8 -- `8`: SIM_GZ ESC 9 -- `9`: SIM_GZ ESC 10 -- `10`: SIM_GZ ESC 11 -- `11`: SIM_GZ ESC 12 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4095 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### SIM_GZ_SV_DIS1 (`INT32`) {#SIM_GZ_SV_DIS1} SIM_GZ Servo 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS2 (`INT32`) {#SIM_GZ_SV_DIS2} SIM_GZ Servo 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS3 (`INT32`) {#SIM_GZ_SV_DIS3} SIM_GZ Servo 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS4 (`INT32`) {#SIM_GZ_SV_DIS4} SIM_GZ Servo 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS5 (`INT32`) {#SIM_GZ_SV_DIS5} SIM_GZ Servo 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS6 (`INT32`) {#SIM_GZ_SV_DIS6} SIM_GZ Servo 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS7 (`INT32`) {#SIM_GZ_SV_DIS7} SIM_GZ Servo 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_DIS8 (`INT32`) {#SIM_GZ_SV_DIS8} SIM_GZ Servo 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### SIM_GZ_SV_FAIL1 (`INT32`) {#SIM_GZ_SV_FAIL1} SIM_GZ Servo 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL2 (`INT32`) {#SIM_GZ_SV_FAIL2} SIM_GZ Servo 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL3 (`INT32`) {#SIM_GZ_SV_FAIL3} SIM_GZ Servo 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL4 (`INT32`) {#SIM_GZ_SV_FAIL4} SIM_GZ Servo 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL5 (`INT32`) {#SIM_GZ_SV_FAIL5} SIM_GZ Servo 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL6 (`INT32`) {#SIM_GZ_SV_FAIL6} SIM_GZ Servo 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL7 (`INT32`) {#SIM_GZ_SV_FAIL7} SIM_GZ Servo 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FAIL8 (`INT32`) {#SIM_GZ_SV_FAIL8} SIM_GZ Servo 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### SIM_GZ_SV_FUNC1 (`INT32`) {#SIM_GZ_SV_FUNC1} SIM_GZ Servo 1 Output Function. -Select what should be output on SIM_GZ Servo 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6538,22 +5784,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC2 (`INT32`) {#SIM_GZ_SV_FUNC2} SIM_GZ Servo 2 Output Function. -Select what should be output on SIM_GZ Servo 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6609,22 +5849,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC3 (`INT32`) {#SIM_GZ_SV_FUNC3} SIM_GZ Servo 3 Output Function. -Select what should be output on SIM_GZ Servo 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6680,22 +5914,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC4 (`INT32`) {#SIM_GZ_SV_FUNC4} SIM_GZ Servo 4 Output Function. -Select what should be output on SIM_GZ Servo 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6751,22 +5979,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC5 (`INT32`) {#SIM_GZ_SV_FUNC5} SIM_GZ Servo 5 Output Function. -Select what should be output on SIM_GZ Servo 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6822,22 +6044,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC6 (`INT32`) {#SIM_GZ_SV_FUNC6} SIM_GZ Servo 6 Output Function. -Select what should be output on SIM_GZ Servo 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6893,22 +6109,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC7 (`INT32`) {#SIM_GZ_SV_FUNC7} SIM_GZ Servo 7 Output Function. -Select what should be output on SIM_GZ Servo 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -6964,22 +6174,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_FUNC8 (`INT32`) {#SIM_GZ_SV_FUNC8} SIM_GZ Servo 8 Output Function. -Select what should be output on SIM_GZ Servo 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7035,9 +6239,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_MAX1 (`INT32`) {#SIM_GZ_SV_MAX1} @@ -7045,9 +6250,9 @@ SIM_GZ Servo 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX2 (`INT32`) {#SIM_GZ_SV_MAX2} @@ -7055,9 +6260,9 @@ SIM_GZ Servo 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX3 (`INT32`) {#SIM_GZ_SV_MAX3} @@ -7065,9 +6270,9 @@ SIM_GZ Servo 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX4 (`INT32`) {#SIM_GZ_SV_MAX4} @@ -7075,9 +6280,9 @@ SIM_GZ Servo 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX5 (`INT32`) {#SIM_GZ_SV_MAX5} @@ -7085,9 +6290,9 @@ SIM_GZ Servo 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX6 (`INT32`) {#SIM_GZ_SV_MAX6} @@ -7095,9 +6300,9 @@ SIM_GZ Servo 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX7 (`INT32`) {#SIM_GZ_SV_MAX7} @@ -7105,9 +6310,9 @@ SIM_GZ Servo 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MAX8 (`INT32`) {#SIM_GZ_SV_MAX8} @@ -7115,9 +6320,9 @@ SIM_GZ Servo 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### SIM_GZ_SV_MIN1 (`INT32`) {#SIM_GZ_SV_MIN1} @@ -7125,9 +6330,9 @@ SIM_GZ Servo 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN2 (`INT32`) {#SIM_GZ_SV_MIN2} @@ -7135,9 +6340,9 @@ SIM_GZ Servo 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN3 (`INT32`) {#SIM_GZ_SV_MIN3} @@ -7145,9 +6350,9 @@ SIM_GZ Servo 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN4 (`INT32`) {#SIM_GZ_SV_MIN4} @@ -7155,9 +6360,9 @@ SIM_GZ Servo 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN5 (`INT32`) {#SIM_GZ_SV_MIN5} @@ -7165,9 +6370,9 @@ SIM_GZ Servo 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN6 (`INT32`) {#SIM_GZ_SV_MIN6} @@ -7175,9 +6380,9 @@ SIM_GZ Servo 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN7 (`INT32`) {#SIM_GZ_SV_MIN7} @@ -7185,9 +6390,9 @@ SIM_GZ Servo 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_MIN8 (`INT32`) {#SIM_GZ_SV_MIN8} @@ -7195,16 +6400,15 @@ SIM_GZ Servo 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### SIM_GZ_SV_REV (`INT32`) {#SIM_GZ_SV_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -7217,110 +6421,96 @@ Note: this is only useful for servos. - `6`: SIM_GZ Servo 7 - `7`: SIM_GZ Servo 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### SIM_GZ_WH_DIS1 (`INT32`) {#SIM_GZ_WH_DIS1} SIM_GZ Wheels 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS2 (`INT32`) {#SIM_GZ_WH_DIS2} SIM_GZ Wheels 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS3 (`INT32`) {#SIM_GZ_WH_DIS3} SIM_GZ Wheels 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 100 | ### SIM_GZ_WH_DIS4 (`INT32`) {#SIM_GZ_WH_DIS4} SIM_GZ Wheels 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 100 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 100 | ### SIM_GZ_WH_FAIL1 (`INT32`) {#SIM_GZ_WH_FAIL1} SIM_GZ Wheels 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL2 (`INT32`) {#SIM_GZ_WH_FAIL2} SIM_GZ Wheels 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL3 (`INT32`) {#SIM_GZ_WH_FAIL3} SIM_GZ Wheels 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 200 | | -1 | ### SIM_GZ_WH_FAIL4 (`INT32`) {#SIM_GZ_WH_FAIL4} SIM_GZ Wheels 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 200 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 200 | | -1 | ### SIM_GZ_WH_FUNC1 (`INT32`) {#SIM_GZ_WH_FUNC1} SIM_GZ Wheels 1 Output Function. -Select what should be output on SIM_GZ Wheels 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7376,22 +6566,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_WH_FUNC2 (`INT32`) {#SIM_GZ_WH_FUNC2} SIM_GZ Wheels 2 Output Function. -Select what should be output on SIM_GZ Wheels 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7447,22 +6631,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_WH_FUNC3 (`INT32`) {#SIM_GZ_WH_FUNC3} SIM_GZ Wheels 3 Output Function. -Select what should be output on SIM_GZ Wheels 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7518,22 +6696,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_WH_FUNC4 (`INT32`) {#SIM_GZ_WH_FUNC4} SIM_GZ Wheels 4 Output Function. -Select what should be output on SIM_GZ Wheels 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on SIM_GZ Wheels 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7589,9 +6761,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_WH_MAX1 (`INT32`) {#SIM_GZ_WH_MAX1} @@ -7599,9 +6772,9 @@ SIM_GZ Wheels 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 200 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX2 (`INT32`) {#SIM_GZ_WH_MAX2} @@ -7609,9 +6782,9 @@ SIM_GZ Wheels 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 200 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX3 (`INT32`) {#SIM_GZ_WH_MAX3} @@ -7619,9 +6792,9 @@ SIM_GZ Wheels 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 200 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 200 | ### SIM_GZ_WH_MAX4 (`INT32`) {#SIM_GZ_WH_MAX4} @@ -7629,9 +6802,9 @@ SIM_GZ Wheels 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 200 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 200 | ### SIM_GZ_WH_MIN1 (`INT32`) {#SIM_GZ_WH_MIN1} @@ -7639,9 +6812,9 @@ SIM_GZ Wheels 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN2 (`INT32`) {#SIM_GZ_WH_MIN2} @@ -7649,9 +6822,9 @@ SIM_GZ Wheels 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN3 (`INT32`) {#SIM_GZ_WH_MIN3} @@ -7659,9 +6832,9 @@ SIM_GZ Wheels 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 0 | ### SIM_GZ_WH_MIN4 (`INT32`) {#SIM_GZ_WH_MIN4} @@ -7669,16 +6842,15 @@ SIM_GZ Wheels 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 200 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 200 | | 0 | ### SIM_GZ_WH_REV (`INT32`) {#SIM_GZ_WH_REV} Reverse Output Range for SIM_GZ. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -7687,22 +6859,16 @@ Note: this is only useful for servos. - `2`: SIM_GZ Wheels 3 - `3`: SIM_GZ Wheels 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 15 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 15 | | 0 | ### TAP_ESC_FUNC1 (`INT32`) {#TAP_ESC_FUNC1} TAP ESC Output ESC 1 Output Function. -Select what should be output on TAP ESC Output ESC 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7758,22 +6924,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC2 (`INT32`) {#TAP_ESC_FUNC2} TAP ESC Output ESC 2 Output Function. -Select what should be output on TAP ESC Output ESC 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7829,22 +6989,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC3 (`INT32`) {#TAP_ESC_FUNC3} TAP ESC Output ESC 3 Output Function. -Select what should be output on TAP ESC Output ESC 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7900,22 +7054,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC4 (`INT32`) {#TAP_ESC_FUNC4} TAP ESC Output ESC 4 Output Function. -Select what should be output on TAP ESC Output ESC 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -7971,22 +7119,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC5 (`INT32`) {#TAP_ESC_FUNC5} TAP ESC Output ESC 5 Output Function. -Select what should be output on TAP ESC Output ESC 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8042,22 +7184,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC6 (`INT32`) {#TAP_ESC_FUNC6} TAP ESC Output ESC 6 Output Function. -Select what should be output on TAP ESC Output ESC 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8113,22 +7249,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC7 (`INT32`) {#TAP_ESC_FUNC7} TAP ESC Output ESC 7 Output Function. -Select what should be output on TAP ESC Output ESC 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8184,22 +7314,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_FUNC8 (`INT32`) {#TAP_ESC_FUNC8} TAP ESC Output ESC 8 Output Function. -Select what should be output on TAP ESC Output ESC 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on TAP ESC Output ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8255,16 +7379,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### TAP_ESC_REV (`INT32`) {#TAP_ESC_REV} Reverse Output Range for TAP ESC Output. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -8277,110 +7401,96 @@ Note: this is only useful for servos. - `6`: TAP ESC Output ESC 7 - `7`: TAP ESC Output ESC 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### UAVCAN_EC_FAIL1 (`INT32`) {#UAVCAN_EC_FAIL1} UAVCAN ESC 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL2 (`INT32`) {#UAVCAN_EC_FAIL2} UAVCAN ESC 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL3 (`INT32`) {#UAVCAN_EC_FAIL3} UAVCAN ESC 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL4 (`INT32`) {#UAVCAN_EC_FAIL4} UAVCAN ESC 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL5 (`INT32`) {#UAVCAN_EC_FAIL5} UAVCAN ESC 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL6 (`INT32`) {#UAVCAN_EC_FAIL6} UAVCAN ESC 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL7 (`INT32`) {#UAVCAN_EC_FAIL7} UAVCAN ESC 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FAIL8 (`INT32`) {#UAVCAN_EC_FAIL8} UAVCAN ESC 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UAVCAN_EC_FUNC1 (`INT32`) {#UAVCAN_EC_FUNC1} UAVCAN ESC 1 Output Function. -Select what should be output on UAVCAN ESC 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8436,22 +7546,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC2 (`INT32`) {#UAVCAN_EC_FUNC2} UAVCAN ESC 2 Output Function. -Select what should be output on UAVCAN ESC 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8507,22 +7611,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC3 (`INT32`) {#UAVCAN_EC_FUNC3} UAVCAN ESC 3 Output Function. -Select what should be output on UAVCAN ESC 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8578,22 +7676,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC4 (`INT32`) {#UAVCAN_EC_FUNC4} UAVCAN ESC 4 Output Function. -Select what should be output on UAVCAN ESC 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8649,22 +7741,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC5 (`INT32`) {#UAVCAN_EC_FUNC5} UAVCAN ESC 5 Output Function. -Select what should be output on UAVCAN ESC 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8720,22 +7806,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC6 (`INT32`) {#UAVCAN_EC_FUNC6} UAVCAN ESC 6 Output Function. -Select what should be output on UAVCAN ESC 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8791,22 +7871,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC7 (`INT32`) {#UAVCAN_EC_FUNC7} UAVCAN ESC 7 Output Function. -Select what should be output on UAVCAN ESC 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8862,22 +7936,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_FUNC8 (`INT32`) {#UAVCAN_EC_FUNC8} UAVCAN ESC 8 Output Function. -Select what should be output on UAVCAN ESC 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -8933,9 +8001,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_EC_MAX1 (`INT32`) {#UAVCAN_EC_MAX1} @@ -8943,9 +8012,9 @@ UAVCAN ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX2 (`INT32`) {#UAVCAN_EC_MAX2} @@ -8953,9 +8022,9 @@ UAVCAN ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX3 (`INT32`) {#UAVCAN_EC_MAX3} @@ -8963,9 +8032,9 @@ UAVCAN ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX4 (`INT32`) {#UAVCAN_EC_MAX4} @@ -8973,9 +8042,9 @@ UAVCAN ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX5 (`INT32`) {#UAVCAN_EC_MAX5} @@ -8983,9 +8052,9 @@ UAVCAN ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX6 (`INT32`) {#UAVCAN_EC_MAX6} @@ -8993,9 +8062,9 @@ UAVCAN ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX7 (`INT32`) {#UAVCAN_EC_MAX7} @@ -9003,9 +8072,9 @@ UAVCAN ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MAX8 (`INT32`) {#UAVCAN_EC_MAX8} @@ -9013,9 +8082,9 @@ UAVCAN ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UAVCAN_EC_MIN1 (`INT32`) {#UAVCAN_EC_MIN1} @@ -9023,9 +8092,9 @@ UAVCAN ESC 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN2 (`INT32`) {#UAVCAN_EC_MIN2} @@ -9033,9 +8102,9 @@ UAVCAN ESC 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN3 (`INT32`) {#UAVCAN_EC_MIN3} @@ -9043,9 +8112,9 @@ UAVCAN ESC 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN4 (`INT32`) {#UAVCAN_EC_MIN4} @@ -9053,9 +8122,9 @@ UAVCAN ESC 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN5 (`INT32`) {#UAVCAN_EC_MIN5} @@ -9063,9 +8132,9 @@ UAVCAN ESC 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN6 (`INT32`) {#UAVCAN_EC_MIN6} @@ -9073,9 +8142,9 @@ UAVCAN ESC 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN7 (`INT32`) {#UAVCAN_EC_MIN7} @@ -9083,9 +8152,9 @@ UAVCAN ESC 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_MIN8 (`INT32`) {#UAVCAN_EC_MIN8} @@ -9093,16 +8162,15 @@ UAVCAN ESC 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UAVCAN_EC_REV (`INT32`) {#UAVCAN_EC_REV} Reverse Output Range for UAVCAN. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -9115,198 +8183,176 @@ Note: this is only useful for servos. - `6`: UAVCAN ESC 7 - `7`: UAVCAN ESC 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### UAVCAN_SV_DIS1 (`INT32`) {#UAVCAN_SV_DIS1} UAVCAN Servo 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS2 (`INT32`) {#UAVCAN_SV_DIS2} UAVCAN Servo 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS3 (`INT32`) {#UAVCAN_SV_DIS3} UAVCAN Servo 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS4 (`INT32`) {#UAVCAN_SV_DIS4} UAVCAN Servo 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS5 (`INT32`) {#UAVCAN_SV_DIS5} UAVCAN Servo 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS6 (`INT32`) {#UAVCAN_SV_DIS6} UAVCAN Servo 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS7 (`INT32`) {#UAVCAN_SV_DIS7} UAVCAN Servo 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_DIS8 (`INT32`) {#UAVCAN_SV_DIS8} UAVCAN Servo 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 500 | ### UAVCAN_SV_FAIL1 (`INT32`) {#UAVCAN_SV_FAIL1} UAVCAN Servo 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL2 (`INT32`) {#UAVCAN_SV_FAIL2} UAVCAN Servo 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL3 (`INT32`) {#UAVCAN_SV_FAIL3} UAVCAN Servo 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL4 (`INT32`) {#UAVCAN_SV_FAIL4} UAVCAN Servo 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL5 (`INT32`) {#UAVCAN_SV_FAIL5} UAVCAN Servo 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL6 (`INT32`) {#UAVCAN_SV_FAIL6} UAVCAN Servo 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL7 (`INT32`) {#UAVCAN_SV_FAIL7} UAVCAN Servo 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FAIL8 (`INT32`) {#UAVCAN_SV_FAIL8} UAVCAN Servo 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1 | ### UAVCAN_SV_FUNC1 (`INT32`) {#UAVCAN_SV_FUNC1} UAVCAN Servo 1 Output Function. -Select what should be output on UAVCAN Servo 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9362,22 +8408,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC2 (`INT32`) {#UAVCAN_SV_FUNC2} UAVCAN Servo 2 Output Function. -Select what should be output on UAVCAN Servo 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9433,22 +8473,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC3 (`INT32`) {#UAVCAN_SV_FUNC3} UAVCAN Servo 3 Output Function. -Select what should be output on UAVCAN Servo 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9504,22 +8538,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC4 (`INT32`) {#UAVCAN_SV_FUNC4} UAVCAN Servo 4 Output Function. -Select what should be output on UAVCAN Servo 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9575,22 +8603,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC5 (`INT32`) {#UAVCAN_SV_FUNC5} UAVCAN Servo 5 Output Function. -Select what should be output on UAVCAN Servo 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9646,22 +8668,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC6 (`INT32`) {#UAVCAN_SV_FUNC6} UAVCAN Servo 6 Output Function. -Select what should be output on UAVCAN Servo 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9717,22 +8733,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC7 (`INT32`) {#UAVCAN_SV_FUNC7} UAVCAN Servo 7 Output Function. -Select what should be output on UAVCAN Servo 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9788,22 +8798,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_FUNC8 (`INT32`) {#UAVCAN_SV_FUNC8} UAVCAN Servo 8 Output Function. -Select what should be output on UAVCAN Servo 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCAN Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -9859,9 +8863,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UAVCAN_SV_MAX1 (`INT32`) {#UAVCAN_SV_MAX1} @@ -9869,9 +8874,9 @@ UAVCAN Servo 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX2 (`INT32`) {#UAVCAN_SV_MAX2} @@ -9879,9 +8884,9 @@ UAVCAN Servo 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX3 (`INT32`) {#UAVCAN_SV_MAX3} @@ -9889,9 +8894,9 @@ UAVCAN Servo 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX4 (`INT32`) {#UAVCAN_SV_MAX4} @@ -9899,9 +8904,9 @@ UAVCAN Servo 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX5 (`INT32`) {#UAVCAN_SV_MAX5} @@ -9909,9 +8914,9 @@ UAVCAN Servo 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX6 (`INT32`) {#UAVCAN_SV_MAX6} @@ -9919,9 +8924,9 @@ UAVCAN Servo 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX7 (`INT32`) {#UAVCAN_SV_MAX7} @@ -9929,9 +8934,9 @@ UAVCAN Servo 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MAX8 (`INT32`) {#UAVCAN_SV_MAX8} @@ -9939,9 +8944,9 @@ UAVCAN Servo 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### UAVCAN_SV_MIN1 (`INT32`) {#UAVCAN_SV_MIN1} @@ -9949,9 +8954,9 @@ UAVCAN Servo 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN2 (`INT32`) {#UAVCAN_SV_MIN2} @@ -9959,9 +8964,9 @@ UAVCAN Servo 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN3 (`INT32`) {#UAVCAN_SV_MIN3} @@ -9969,9 +8974,9 @@ UAVCAN Servo 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN4 (`INT32`) {#UAVCAN_SV_MIN4} @@ -9979,9 +8984,9 @@ UAVCAN Servo 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN5 (`INT32`) {#UAVCAN_SV_MIN5} @@ -9989,9 +8994,9 @@ UAVCAN Servo 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN6 (`INT32`) {#UAVCAN_SV_MIN6} @@ -9999,9 +9004,9 @@ UAVCAN Servo 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN7 (`INT32`) {#UAVCAN_SV_MIN7} @@ -10009,9 +9014,9 @@ UAVCAN Servo 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_MIN8 (`INT32`) {#UAVCAN_SV_MIN8} @@ -10019,16 +9024,15 @@ UAVCAN Servo 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 0 | ### UAVCAN_SV_REV (`INT32`) {#UAVCAN_SV_REV} Reverse Output Range for UAVCAN. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -10041,198 +9045,176 @@ Note: this is only useful for servos. - `6`: UAVCAN Servo 7 - `7`: UAVCAN Servo 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### UCAN1_ESC_FAIL1 (`INT32`) {#UCAN1_ESC_FAIL1} UAVCANv1 ESC 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL10 (`INT32`) {#UCAN1_ESC_FAIL10} UAVCANv1 ESC 10 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC10). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC10). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL11 (`INT32`) {#UCAN1_ESC_FAIL11} UAVCANv1 ESC 11 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC11). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC11). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL12 (`INT32`) {#UCAN1_ESC_FAIL12} UAVCANv1 ESC 12 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC12). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC12). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL13 (`INT32`) {#UCAN1_ESC_FAIL13} UAVCANv1 ESC 13 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC13). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC13). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL14 (`INT32`) {#UCAN1_ESC_FAIL14} UAVCANv1 ESC 14 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC14). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC14). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL15 (`INT32`) {#UCAN1_ESC_FAIL15} UAVCANv1 ESC 15 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC15). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC15). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL16 (`INT32`) {#UCAN1_ESC_FAIL16} UAVCANv1 ESC 16 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC16). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC16). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL2 (`INT32`) {#UCAN1_ESC_FAIL2} UAVCANv1 ESC 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL3 (`INT32`) {#UCAN1_ESC_FAIL3} UAVCANv1 ESC 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL4 (`INT32`) {#UCAN1_ESC_FAIL4} UAVCANv1 ESC 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL5 (`INT32`) {#UCAN1_ESC_FAIL5} UAVCANv1 ESC 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL6 (`INT32`) {#UCAN1_ESC_FAIL6} UAVCANv1 ESC 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL7 (`INT32`) {#UCAN1_ESC_FAIL7} UAVCANv1 ESC 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL8 (`INT32`) {#UCAN1_ESC_FAIL8} UAVCANv1 ESC 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FAIL9 (`INT32`) {#UCAN1_ESC_FAIL9} UAVCANv1 ESC 9 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC9). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC9). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 8191 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 8191 | | -1 | ### UCAN1_ESC_FUNC1 (`INT32`) {#UCAN1_ESC_FUNC1} UAVCANv1 ESC 1 Output Function. -Select what should be output on UAVCANv1 ESC 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10288,22 +9270,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC10 (`INT32`) {#UCAN1_ESC_FUNC10} UAVCANv1 ESC 10 Output Function. -Select what should be output on UAVCANv1 ESC 10. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10359,22 +9335,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC11 (`INT32`) {#UCAN1_ESC_FUNC11} UAVCANv1 ESC 11 Output Function. -Select what should be output on UAVCANv1 ESC 11. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10430,22 +9400,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC12 (`INT32`) {#UCAN1_ESC_FUNC12} UAVCANv1 ESC 12 Output Function. -Select what should be output on UAVCANv1 ESC 12. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10501,22 +9465,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC13 (`INT32`) {#UCAN1_ESC_FUNC13} UAVCANv1 ESC 13 Output Function. -Select what should be output on UAVCANv1 ESC 13. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10572,22 +9530,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC14 (`INT32`) {#UCAN1_ESC_FUNC14} UAVCANv1 ESC 14 Output Function. -Select what should be output on UAVCANv1 ESC 14. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10643,22 +9595,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC15 (`INT32`) {#UCAN1_ESC_FUNC15} UAVCANv1 ESC 15 Output Function. -Select what should be output on UAVCANv1 ESC 15. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10714,22 +9660,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC16 (`INT32`) {#UCAN1_ESC_FUNC16} UAVCANv1 ESC 16 Output Function. -Select what should be output on UAVCANv1 ESC 16. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10785,22 +9725,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC2 (`INT32`) {#UCAN1_ESC_FUNC2} UAVCANv1 ESC 2 Output Function. -Select what should be output on UAVCANv1 ESC 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10856,22 +9790,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC3 (`INT32`) {#UCAN1_ESC_FUNC3} UAVCANv1 ESC 3 Output Function. -Select what should be output on UAVCANv1 ESC 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10927,22 +9855,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC4 (`INT32`) {#UCAN1_ESC_FUNC4} UAVCANv1 ESC 4 Output Function. -Select what should be output on UAVCANv1 ESC 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -10998,22 +9920,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC5 (`INT32`) {#UCAN1_ESC_FUNC5} UAVCANv1 ESC 5 Output Function. -Select what should be output on UAVCANv1 ESC 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11069,22 +9985,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC6 (`INT32`) {#UCAN1_ESC_FUNC6} UAVCANv1 ESC 6 Output Function. -Select what should be output on UAVCANv1 ESC 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11140,22 +10050,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC7 (`INT32`) {#UCAN1_ESC_FUNC7} UAVCANv1 ESC 7 Output Function. -Select what should be output on UAVCANv1 ESC 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11211,22 +10115,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC8 (`INT32`) {#UCAN1_ESC_FUNC8} UAVCANv1 ESC 8 Output Function. -Select what should be output on UAVCANv1 ESC 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11282,22 +10180,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_FUNC9 (`INT32`) {#UCAN1_ESC_FUNC9} UAVCANv1 ESC 9 Output Function. -Select what should be output on UAVCANv1 ESC 9. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on UAVCANv1 ESC 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11353,9 +10245,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### UCAN1_ESC_MAX1 (`INT32`) {#UCAN1_ESC_MAX1} @@ -11363,9 +10256,9 @@ UAVCANv1 ESC 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX10 (`INT32`) {#UCAN1_ESC_MAX10} @@ -11373,9 +10266,9 @@ UAVCANv1 ESC 10 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX11 (`INT32`) {#UCAN1_ESC_MAX11} @@ -11383,9 +10276,9 @@ UAVCANv1 ESC 11 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX12 (`INT32`) {#UCAN1_ESC_MAX12} @@ -11393,9 +10286,9 @@ UAVCANv1 ESC 12 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX13 (`INT32`) {#UCAN1_ESC_MAX13} @@ -11403,9 +10296,9 @@ UAVCANv1 ESC 13 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX14 (`INT32`) {#UCAN1_ESC_MAX14} @@ -11413,9 +10306,9 @@ UAVCANv1 ESC 14 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX15 (`INT32`) {#UCAN1_ESC_MAX15} @@ -11423,9 +10316,9 @@ UAVCANv1 ESC 15 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX16 (`INT32`) {#UCAN1_ESC_MAX16} @@ -11433,9 +10326,9 @@ UAVCANv1 ESC 16 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX2 (`INT32`) {#UCAN1_ESC_MAX2} @@ -11443,9 +10336,9 @@ UAVCANv1 ESC 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX3 (`INT32`) {#UCAN1_ESC_MAX3} @@ -11453,9 +10346,9 @@ UAVCANv1 ESC 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX4 (`INT32`) {#UCAN1_ESC_MAX4} @@ -11463,9 +10356,9 @@ UAVCANv1 ESC 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX5 (`INT32`) {#UCAN1_ESC_MAX5} @@ -11473,9 +10366,9 @@ UAVCANv1 ESC 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX6 (`INT32`) {#UCAN1_ESC_MAX6} @@ -11483,9 +10376,9 @@ UAVCANv1 ESC 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX7 (`INT32`) {#UCAN1_ESC_MAX7} @@ -11493,9 +10386,9 @@ UAVCANv1 ESC 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX8 (`INT32`) {#UCAN1_ESC_MAX8} @@ -11503,9 +10396,9 @@ UAVCANv1 ESC 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MAX9 (`INT32`) {#UCAN1_ESC_MAX9} @@ -11513,9 +10406,9 @@ UAVCANv1 ESC 9 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 8191 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 8191 | ### UCAN1_ESC_MIN1 (`INT32`) {#UCAN1_ESC_MIN1} @@ -11523,9 +10416,9 @@ UAVCANv1 ESC 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN10 (`INT32`) {#UCAN1_ESC_MIN10} @@ -11533,9 +10426,9 @@ UAVCANv1 ESC 10 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN11 (`INT32`) {#UCAN1_ESC_MIN11} @@ -11543,9 +10436,9 @@ UAVCANv1 ESC 11 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN12 (`INT32`) {#UCAN1_ESC_MIN12} @@ -11553,9 +10446,9 @@ UAVCANv1 ESC 12 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN13 (`INT32`) {#UCAN1_ESC_MIN13} @@ -11563,9 +10456,9 @@ UAVCANv1 ESC 13 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN14 (`INT32`) {#UCAN1_ESC_MIN14} @@ -11573,9 +10466,9 @@ UAVCANv1 ESC 14 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN15 (`INT32`) {#UCAN1_ESC_MIN15} @@ -11583,9 +10476,9 @@ UAVCANv1 ESC 15 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN16 (`INT32`) {#UCAN1_ESC_MIN16} @@ -11593,9 +10486,9 @@ UAVCANv1 ESC 16 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN2 (`INT32`) {#UCAN1_ESC_MIN2} @@ -11603,9 +10496,9 @@ UAVCANv1 ESC 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN3 (`INT32`) {#UCAN1_ESC_MIN3} @@ -11613,9 +10506,9 @@ UAVCANv1 ESC 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN4 (`INT32`) {#UCAN1_ESC_MIN4} @@ -11623,9 +10516,9 @@ UAVCANv1 ESC 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN5 (`INT32`) {#UCAN1_ESC_MIN5} @@ -11633,9 +10526,9 @@ UAVCANv1 ESC 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN6 (`INT32`) {#UCAN1_ESC_MIN6} @@ -11643,9 +10536,9 @@ UAVCANv1 ESC 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN7 (`INT32`) {#UCAN1_ESC_MIN7} @@ -11653,9 +10546,9 @@ UAVCANv1 ESC 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN8 (`INT32`) {#UCAN1_ESC_MIN8} @@ -11663,9 +10556,9 @@ UAVCANv1 ESC 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_MIN9 (`INT32`) {#UCAN1_ESC_MIN9} @@ -11673,16 +10566,15 @@ UAVCANv1 ESC 9 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8191 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 8191 | | 1 | ### UCAN1_ESC_REV (`INT32`) {#UCAN1_ESC_REV} Reverse Output Range for UAVCANv1. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -11703,22 +10595,16 @@ Note: this is only useful for servos. - `14`: UAVCANv1 ESC 15 - `15`: UAVCANv1 ESC 16 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VOXL2_IO_FUNC1 (`INT32`) {#VOXL2_IO_FUNC1} VOXL2 IO Output PWM Channel 1 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11774,22 +10660,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC2 (`INT32`) {#VOXL2_IO_FUNC2} VOXL2 IO Output PWM Channel 2 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11845,22 +10725,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC3 (`INT32`) {#VOXL2_IO_FUNC3} VOXL2 IO Output PWM Channel 3 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11916,22 +10790,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC4 (`INT32`) {#VOXL2_IO_FUNC4} VOXL2 IO Output PWM Channel 4 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -11987,22 +10855,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC5 (`INT32`) {#VOXL2_IO_FUNC5} VOXL2 IO Output PWM Channel 5 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12058,22 +10920,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC6 (`INT32`) {#VOXL2_IO_FUNC6} VOXL2 IO Output PWM Channel 6 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12129,22 +10985,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC7 (`INT32`) {#VOXL2_IO_FUNC7} VOXL2 IO Output PWM Channel 7 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12200,22 +11050,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_FUNC8 (`INT32`) {#VOXL2_IO_FUNC8} VOXL2 IO Output PWM Channel 8 Output Function. -Select what should be output on VOXL2 IO Output PWM Channel 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL2 IO Output PWM Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12271,16 +11115,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL2_IO_REV (`INT32`) {#VOXL2_IO_REV} Reverse Output Range for VOXL2 IO Output. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -12293,22 +11137,16 @@ Note: this is only useful for servos. - `6`: VOXL2 IO Output PWM Channel 7 - `7`: VOXL2 IO Output PWM Channel 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### VOXL_ESC_FUNC1 (`INT32`) {#VOXL_ESC_FUNC1} VOXL ESC Output ESC 1 Output Function. -Select what should be output on VOXL ESC Output ESC 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12364,22 +11202,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL_ESC_FUNC2 (`INT32`) {#VOXL_ESC_FUNC2} VOXL ESC Output ESC 2 Output Function. -Select what should be output on VOXL ESC Output ESC 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12435,22 +11267,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL_ESC_FUNC3 (`INT32`) {#VOXL_ESC_FUNC3} VOXL ESC Output ESC 3 Output Function. -Select what should be output on VOXL ESC Output ESC 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12506,22 +11332,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL_ESC_FUNC4 (`INT32`) {#VOXL_ESC_FUNC4} VOXL ESC Output ESC 4 Output Function. -Select what should be output on VOXL ESC Output ESC 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on VOXL ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -12577,16 +11397,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VOXL_ESC_REV (`INT32`) {#VOXL_ESC_REV} Reverse Output Range for VOXL ESC Output. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -12595,374 +11415,336 @@ Note: this is only useful for servos. - `2`: VOXL ESC Output ESC 3 - `3`: VOXL ESC Output ESC 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 15 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 15 | | 0 | ### VTQ_IO_DIS0 (`INT32`) {#VTQ_IO_DIS0} Vertiq IO CVI 0 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS1 (`INT32`) {#VTQ_IO_DIS1} Vertiq IO CVI 1 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS10 (`INT32`) {#VTQ_IO_DIS10} Vertiq IO CVI 10 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS11 (`INT32`) {#VTQ_IO_DIS11} Vertiq IO CVI 11 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS12 (`INT32`) {#VTQ_IO_DIS12} Vertiq IO CVI 12 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS13 (`INT32`) {#VTQ_IO_DIS13} Vertiq IO CVI 13 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS14 (`INT32`) {#VTQ_IO_DIS14} Vertiq IO CVI 14 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS15 (`INT32`) {#VTQ_IO_DIS15} Vertiq IO CVI 15 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS2 (`INT32`) {#VTQ_IO_DIS2} Vertiq IO CVI 2 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS3 (`INT32`) {#VTQ_IO_DIS3} Vertiq IO CVI 3 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS4 (`INT32`) {#VTQ_IO_DIS4} Vertiq IO CVI 4 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS5 (`INT32`) {#VTQ_IO_DIS5} Vertiq IO CVI 5 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS6 (`INT32`) {#VTQ_IO_DIS6} Vertiq IO CVI 6 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS7 (`INT32`) {#VTQ_IO_DIS7} Vertiq IO CVI 7 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS8 (`INT32`) {#VTQ_IO_DIS8} Vertiq IO CVI 8 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_DIS9 (`INT32`) {#VTQ_IO_DIS9} Vertiq IO CVI 9 Disarmed Value. -This is the output value that is set when not armed. -Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. +This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_FAIL0 (`INT32`) {#VTQ_IO_FAIL0} Vertiq IO CVI 0 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC0). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC0). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL1 (`INT32`) {#VTQ_IO_FAIL1} Vertiq IO CVI 1 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC1). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL10 (`INT32`) {#VTQ_IO_FAIL10} Vertiq IO CVI 10 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC10). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC10). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL11 (`INT32`) {#VTQ_IO_FAIL11} Vertiq IO CVI 11 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC11). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC11). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL12 (`INT32`) {#VTQ_IO_FAIL12} Vertiq IO CVI 12 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC12). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC12). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL13 (`INT32`) {#VTQ_IO_FAIL13} Vertiq IO CVI 13 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC13). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC13). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL14 (`INT32`) {#VTQ_IO_FAIL14} Vertiq IO CVI 14 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC14). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC14). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL15 (`INT32`) {#VTQ_IO_FAIL15} Vertiq IO CVI 15 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC15). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC15). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL2 (`INT32`) {#VTQ_IO_FAIL2} Vertiq IO CVI 2 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC2). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC2). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL3 (`INT32`) {#VTQ_IO_FAIL3} Vertiq IO CVI 3 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC3). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC3). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL4 (`INT32`) {#VTQ_IO_FAIL4} Vertiq IO CVI 4 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC4). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC4). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL5 (`INT32`) {#VTQ_IO_FAIL5} Vertiq IO CVI 5 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC5). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC5). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL6 (`INT32`) {#VTQ_IO_FAIL6} Vertiq IO CVI 6 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC6). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC6). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL7 (`INT32`) {#VTQ_IO_FAIL7} Vertiq IO CVI 7 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC7). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC7). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL8 (`INT32`) {#VTQ_IO_FAIL8} Vertiq IO CVI 8 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC8). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC8). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FAIL9 (`INT32`) {#VTQ_IO_FAIL9} Vertiq IO CVI 9 Failsafe Value. -This is the output value that is set when in failsafe mode. -When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC9). +This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see VTQ_IO_FUNC9). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 500 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 500 | | -1 | ### VTQ_IO_FUNC0 (`INT32`) {#VTQ_IO_FUNC0} Vertiq IO CVI 0 Output Function. -Select what should be output on Vertiq IO CVI 0. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 0. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13018,22 +11800,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC1 (`INT32`) {#VTQ_IO_FUNC1} Vertiq IO CVI 1 Output Function. -Select what should be output on Vertiq IO CVI 1. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13089,22 +11865,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC10 (`INT32`) {#VTQ_IO_FUNC10} Vertiq IO CVI 10 Output Function. -Select what should be output on Vertiq IO CVI 10. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13160,22 +11930,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC11 (`INT32`) {#VTQ_IO_FUNC11} Vertiq IO CVI 11 Output Function. -Select what should be output on Vertiq IO CVI 11. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13231,22 +11995,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC12 (`INT32`) {#VTQ_IO_FUNC12} Vertiq IO CVI 12 Output Function. -Select what should be output on Vertiq IO CVI 12. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13302,22 +12060,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC13 (`INT32`) {#VTQ_IO_FUNC13} Vertiq IO CVI 13 Output Function. -Select what should be output on Vertiq IO CVI 13. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13373,22 +12125,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC14 (`INT32`) {#VTQ_IO_FUNC14} Vertiq IO CVI 14 Output Function. -Select what should be output on Vertiq IO CVI 14. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13444,22 +12190,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC15 (`INT32`) {#VTQ_IO_FUNC15} Vertiq IO CVI 15 Output Function. -Select what should be output on Vertiq IO CVI 15. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13515,22 +12255,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC2 (`INT32`) {#VTQ_IO_FUNC2} Vertiq IO CVI 2 Output Function. -Select what should be output on Vertiq IO CVI 2. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13586,22 +12320,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC3 (`INT32`) {#VTQ_IO_FUNC3} Vertiq IO CVI 3 Output Function. -Select what should be output on Vertiq IO CVI 3. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13657,22 +12385,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC4 (`INT32`) {#VTQ_IO_FUNC4} Vertiq IO CVI 4 Output Function. -Select what should be output on Vertiq IO CVI 4. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13728,22 +12450,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC5 (`INT32`) {#VTQ_IO_FUNC5} Vertiq IO CVI 5 Output Function. -Select what should be output on Vertiq IO CVI 5. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13799,22 +12515,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC6 (`INT32`) {#VTQ_IO_FUNC6} Vertiq IO CVI 6 Output Function. -Select what should be output on Vertiq IO CVI 6. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13870,22 +12580,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC7 (`INT32`) {#VTQ_IO_FUNC7} Vertiq IO CVI 7 Output Function. -Select what should be output on Vertiq IO CVI 7. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -13941,22 +12645,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC8 (`INT32`) {#VTQ_IO_FUNC8} Vertiq IO CVI 8 Output Function. -Select what should be output on Vertiq IO CVI 8. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -14012,22 +12710,16 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_FUNC9 (`INT32`) {#VTQ_IO_FUNC9} Vertiq IO CVI 9 Output Function. -Select what should be output on Vertiq IO CVI 9. -The default failsafe value is set according to the selected function: - -- 'Min' for ConstantMin -- 'Max' for ConstantMax -- 'Max' for Parachute -- ('Max'+'Min')/2 for Servos -- 'Disarmed' for the rest +Select what should be output on Vertiq IO CVI 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest **Values:** @@ -14083,9 +12775,10 @@ The default failsafe value is set according to the selected function: - `452`: IC Engine Choke - `453`: IC Engine Starter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### VTQ_IO_MAX0 (`INT32`) {#VTQ_IO_MAX0} @@ -14093,9 +12786,9 @@ Vertiq IO CVI 0 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX1 (`INT32`) {#VTQ_IO_MAX1} @@ -14103,9 +12796,9 @@ Vertiq IO CVI 1 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX10 (`INT32`) {#VTQ_IO_MAX10} @@ -14113,9 +12806,9 @@ Vertiq IO CVI 10 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX11 (`INT32`) {#VTQ_IO_MAX11} @@ -14123,9 +12816,9 @@ Vertiq IO CVI 11 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX12 (`INT32`) {#VTQ_IO_MAX12} @@ -14133,9 +12826,9 @@ Vertiq IO CVI 12 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX13 (`INT32`) {#VTQ_IO_MAX13} @@ -14143,9 +12836,9 @@ Vertiq IO CVI 13 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX14 (`INT32`) {#VTQ_IO_MAX14} @@ -14153,9 +12846,9 @@ Vertiq IO CVI 14 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX15 (`INT32`) {#VTQ_IO_MAX15} @@ -14163,9 +12856,9 @@ Vertiq IO CVI 15 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX2 (`INT32`) {#VTQ_IO_MAX2} @@ -14173,9 +12866,9 @@ Vertiq IO CVI 2 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX3 (`INT32`) {#VTQ_IO_MAX3} @@ -14183,9 +12876,9 @@ Vertiq IO CVI 3 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX4 (`INT32`) {#VTQ_IO_MAX4} @@ -14193,9 +12886,9 @@ Vertiq IO CVI 4 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX5 (`INT32`) {#VTQ_IO_MAX5} @@ -14203,9 +12896,9 @@ Vertiq IO CVI 5 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX6 (`INT32`) {#VTQ_IO_MAX6} @@ -14213,9 +12906,9 @@ Vertiq IO CVI 6 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX7 (`INT32`) {#VTQ_IO_MAX7} @@ -14223,9 +12916,9 @@ Vertiq IO CVI 7 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX8 (`INT32`) {#VTQ_IO_MAX8} @@ -14233,9 +12926,9 @@ Vertiq IO CVI 8 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MAX9 (`INT32`) {#VTQ_IO_MAX9} @@ -14243,9 +12936,9 @@ Vertiq IO CVI 9 Maximum Value. Maxmimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 65535 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 65535 | ### VTQ_IO_MIN0 (`INT32`) {#VTQ_IO_MIN0} @@ -14253,9 +12946,9 @@ Vertiq IO CVI 0 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN1 (`INT32`) {#VTQ_IO_MIN1} @@ -14263,9 +12956,9 @@ Vertiq IO CVI 1 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN10 (`INT32`) {#VTQ_IO_MIN10} @@ -14273,9 +12966,9 @@ Vertiq IO CVI 10 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN11 (`INT32`) {#VTQ_IO_MIN11} @@ -14283,9 +12976,9 @@ Vertiq IO CVI 11 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN12 (`INT32`) {#VTQ_IO_MIN12} @@ -14293,9 +12986,9 @@ Vertiq IO CVI 12 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN13 (`INT32`) {#VTQ_IO_MIN13} @@ -14303,9 +12996,9 @@ Vertiq IO CVI 13 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN14 (`INT32`) {#VTQ_IO_MIN14} @@ -14313,9 +13006,9 @@ Vertiq IO CVI 14 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN15 (`INT32`) {#VTQ_IO_MIN15} @@ -14323,9 +13016,9 @@ Vertiq IO CVI 15 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN2 (`INT32`) {#VTQ_IO_MIN2} @@ -14333,9 +13026,9 @@ Vertiq IO CVI 2 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN3 (`INT32`) {#VTQ_IO_MIN3} @@ -14343,9 +13036,9 @@ Vertiq IO CVI 3 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN4 (`INT32`) {#VTQ_IO_MIN4} @@ -14353,9 +13046,9 @@ Vertiq IO CVI 4 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN5 (`INT32`) {#VTQ_IO_MIN5} @@ -14363,9 +13056,9 @@ Vertiq IO CVI 5 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN6 (`INT32`) {#VTQ_IO_MIN6} @@ -14373,9 +13066,9 @@ Vertiq IO CVI 6 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN7 (`INT32`) {#VTQ_IO_MIN7} @@ -14383,9 +13076,9 @@ Vertiq IO CVI 7 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN8 (`INT32`) {#VTQ_IO_MIN8} @@ -14393,9 +13086,9 @@ Vertiq IO CVI 8 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_MIN9 (`INT32`) {#VTQ_IO_MIN9} @@ -14403,16 +13096,15 @@ Vertiq IO CVI 9 Minimum Value. Minimum output value (when not disarmed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### VTQ_IO_REV (`INT32`) {#VTQ_IO_REV} Reverse Output Range for Vertiq IO. -Allows to reverse the output range for each channel. -Note: this is only useful for servos. +Allows to reverse the output range for each channel. Note: this is only useful for servos. **Bitmask:** @@ -14433,9 +13125,10 @@ Note: this is only useful for servos. - `13`: Vertiq IO CVI 14 - `14`: Vertiq IO CVI 15 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 32767 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 32767 | | 0 | ## Airspeed Validator @@ -14445,9 +13138,9 @@ Gate size for sideslip angle fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 5 | | 1 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 5 | | 1 | SD ### ASPD_BETA_NOISE (`FLOAT`) {#ASPD_BETA_NOISE} @@ -14455,16 +13148,15 @@ Wind estimator sideslip measurement noise. Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.15 | rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.15 | rad ### ASPD_DO_CHECKS (`INT32`) {#ASPD_DO_CHECKS} Enable checks on airspeed sensors. Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0. -Note: The missing data check (bit 0) is implicitly always enabled when ASPD_DO_CHECKS > 0, even if bit 0 is not explicitly set. **Bitmask:** @@ -14474,9 +13166,10 @@ Note: The missing data check (bit 0) is implicitly always enabled when ASPD_DO_C - `3`: Load factor check (triggers if measurement is below stall speed) - `4`: First principle check (airspeed change vs. throttle and pitch) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 31 | | 7 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 31 | | 7 | ### ASPD_FALLBACK (`INT32`) {#ASPD_FALLBACK} @@ -14488,58 +13181,50 @@ Fallback options. - `1`: Fallback to groundspeed-minus-windspeed airspeed estimation - `2`: Fallback to thrust based airspeed estimation -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### ASPD_FP_T_WINDOW (`FLOAT`) {#ASPD_FP_T_WINDOW} First principle airspeed check time window. -Window for comparing airspeed change to throttle and pitch change. -Triggers when the airspeed change within this window is negative while throttle increases -and the vehicle pitches down. -Is meant to catch degrading airspeed blockages as can happen when flying through icing conditions. -Relies on FW_THR_TRIM being set accurately. +Window for comparing airspeed change to throttle and pitch change. Triggers when the airspeed change within this window is negative while throttle increases and the vehicle pitches down. Is meant to catch degrading airspeed blockages as can happen when flying through icing conditions. Relies on FW_THR_TRIM being set accurately. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 2.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 2.0 | s ### ASPD_FS_INNOV (`FLOAT`) {#ASPD_FS_INNOV} Airspeed failure innovation threshold. -This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, -smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) -and measured airspeed. -The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter. +This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) and measured airspeed. The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 10.0 | | 5. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 10.0 | | 5. | m/s ### ASPD_FS_INTEG (`FLOAT`) {#ASPD_FS_INTEG} Airspeed failure innovation integral threshold. -This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. -Larger values make the check less sensitive, smaller positive values make it more sensitive. +This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. Larger values make the check less sensitive, smaller positive values make it more sensitive. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 50.0 | | 10. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 50.0 | | 10. | m ### ASPD_FS_T_START (`FLOAT`) {#ASPD_FS_T_START} Airspeed failsafe start delay. -Delay before switching back to using airspeed sensor if checks indicate sensor is good. -Set to a negative value to disable the re-enabling in flight. +Delay before switching back to using airspeed sensor if checks indicate sensor is good. Set to a negative value to disable the re-enabling in flight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | | | -1. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | | -1. | s ### ASPD_FS_T_STOP (`FLOAT`) {#ASPD_FS_T_STOP} @@ -14547,9 +13232,9 @@ Airspeed failsafe stop delay. Delay before stopping use of airspeed sensor if checks indicate sensor is bad. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 1. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | | 1. | s ### ASPD_PRIMARY (`INT32`) {#ASPD_PRIMARY} @@ -14563,9 +13248,10 @@ Index or primary airspeed measurement source. - `3`: Third airspeed sensor - `4`: Thrust based airspeed -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 1 | ### ASPD_SCALE_1 (`FLOAT`) {#ASPD_SCALE_1} @@ -14573,9 +13259,9 @@ Scale of airspeed sensor 1. This is the scale IAS --> CAS of the first airspeed sensor instance -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 2.0 | | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_2 (`FLOAT`) {#ASPD_SCALE_2} @@ -14583,9 +13269,9 @@ Scale of airspeed sensor 2. This is the scale IAS --> CAS of the second airspeed sensor instance -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 2.0 | | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_3 (`FLOAT`) {#ASPD_SCALE_3} @@ -14593,9 +13279,9 @@ Scale of airspeed sensor 3. This is the scale IAS --> CAS of the third airspeed sensor instance -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 2.0 | | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.5 | 2.0 | | 1.0 | ### ASPD_SCALE_APPLY (`INT32`) {#ASPD_SCALE_APPLY} @@ -14607,20 +13293,20 @@ Controls when to apply the new estimated airspeed scale(s). - `1`: Apply the estimated scale after disarm - `2`: Apply the estimated scale in air -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 2 | ### ASPD_SCALE_NSD (`FLOAT`) {#ASPD_SCALE_NSD} Wind estimator true airspeed scale process noise spectral density. -Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. -When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second. +Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------------ | -| | 0 | 0.1 | | 1.e-4 | 1/s/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.1 | | 1.e-4 | 1/s/sqrt(Hz) ### ASPD_TAS_GATE (`INT32`) {#ASPD_TAS_GATE} @@ -14628,9 +13314,9 @@ Gate size for true airspeed fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 5 | | 4 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 5 | | 4 | SD ### ASPD_TAS_NOISE (`FLOAT`) {#ASPD_TAS_NOISE} @@ -14638,31 +13324,29 @@ Wind estimator true airspeed measurement noise. True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4 | | 1.4 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4 | | 1.4 | m/s ### ASPD_WERR_THR (`FLOAT`) {#ASPD_WERR_THR} -Horizontal wind uncertainty threshold for valid ground-minus-wind. +Horizontal wind uncertainty threshold for synthetic airspeed. -The airspeed alternative derived from groundspeed and heading will be declared valid -as soon and as long the horizontal wind uncertainty is below this value. +The synthetic airspeed estimate (from groundspeed and heading) will be declared valid as soon and as long the horizontal wind uncertainty is below this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5 | | 2. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.001 | 5 | | 0.55 | m/s ### ASPD_WIND_NSD (`FLOAT`) {#ASPD_WIND_NSD} Wind estimator wind process noise spectral density. -Wind process noise of the internal wind estimator(s) of the airspeed selector. -When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. +Wind process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0 | 1 | | 1.e-1 | m/s^2/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 1.e-1 | m/s^2/sqrt(Hz) ## Attitude Q estimator @@ -14670,17 +13354,17 @@ When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this Acceleration compensation based on GPS velocity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### ATT_BIAS_MAX (`FLOAT`) {#ATT_BIAS_MAX} Gyro bias limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | 2 | | 0.05 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 0.05 | rad/s ### ATT_EN (`INT32`) {#ATT_EN} @@ -14688,16 +13372,15 @@ standalone attitude estimator enable (unsupported). Enable standalone quaternion based attitude estimator. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### ATT_EXT_HDG_M (`INT32`) {#ATT_EXT_HDG_M} External heading usage mode (from Motion capture/Vision). -Set to 1 to use heading estimate from vision. -Set to 2 to use heading from motion capture. +Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture. **Values:** @@ -14705,53 +13388,52 @@ Set to 2 to use heading from motion capture. - `1`: Vision - `2`: Motion Capture -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 0 | ### ATT_MAG_DECL (`FLOAT`) {#ATT_MAG_DECL} Magnetic declination, in degrees. -This parameter is not used in normal operation, -as the declination is looked up based on the -GPS coordinates of the vehicle. +This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | deg ### ATT_MAG_DECL_A (`INT32`) {#ATT_MAG_DECL_A} Automatic GPS based declination compensation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### ATT_W_ACC (`FLOAT`) {#ATT_W_ACC} Complimentary filter accelerometer weight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.2 | ### ATT_W_EXT_HDG (`FLOAT`) {#ATT_W_EXT_HDG} Complimentary filter external heading weight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.1 | ### ATT_W_GYRO_BIAS (`FLOAT`) {#ATT_W_GYRO_BIAS} Complimentary filter gyroscope bias weight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.1 | ### ATT_W_MAG (`FLOAT`) {#ATT_W_MAG} @@ -14759,9 +13441,9 @@ Complimentary filter magnetometer weight. Set to 0 to avoid using the magnetometer. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.1 | ## Autotune @@ -14769,9 +13451,7 @@ Set to 0 to avoid using the magnetometer. Controls when to apply the new gains. -After the auto-tuning sequence is completed, -a new set of gains is available and can be applied -immediately or after landing. +After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. **Values:** @@ -14779,19 +13459,16 @@ immediately or after landing. - `1`: Apply the new gains after disarm - `2`: Apply the new gains in air -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 2 | ### FW_AT_AXES (`INT32`) {#FW_AT_AXES} Tuning axes selection. -Defines which axes will be tuned during the auto-tuning sequence -Set bits in the following positions to enable: -0 : Roll -1 : Pitch -2 : Yaw +Defines which axes will be tuned during the auto-tuning sequence Set bits in the following positions to enable: 0 : Roll 1 : Pitch 2 : Yaw **Bitmask:** @@ -14799,15 +13476,16 @@ Set bits in the following positions to enable: - `1`: pitch - `2`: yaw -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 7 | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 7 | | 3 | ### FW_AT_MAN_AUX (`INT32`) {#FW_AT_MAN_AUX} -Enable/disable auto tuning using a manual control AUX input. +Enable/disable auto tuning using an RC AUX input. -Defines which RC_MAP_AUXn parameter maps the manual control channel used to enable/disable auto tuning. +Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning. **Values:** @@ -14819,9 +13497,30 @@ Defines which RC_MAP_AUXn parameter maps the manual control channel used to enab - `5`: Aux5 - `6`: Aux6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 6 | | 0 | + +### FW_AT_START (`INT32`) {#FW_AT_START} + +Start the autotuning sequence. + +WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using FW_AT_SYSID_AMP for more signal/noise ratio + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | + +### FW_AT_SYSID_AMP (`FLOAT`) {#FW_AT_SYSID_AMP} + +Amplitude of the injected signal. + +This parameter scales the signal sent to the rate controller during system identification. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 6.0 | | 1.0 | ### FW_AT_SYSID_F0 (`FLOAT`) {#FW_AT_SYSID_F0} @@ -14829,9 +13528,9 @@ Start frequency of the injected signal. Can be set lower or higher than the end frequency -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 30.0 | | 1. | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 30.0 | | 1. | Hz ### FW_AT_SYSID_F1 (`FLOAT`) {#FW_AT_SYSID_F1} @@ -14839,9 +13538,9 @@ End frequency of the injected signal. Can be set lower or higher than the start frequency -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 30.0 | | 10. | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 30.0 | | 20. | Hz ### FW_AT_SYSID_TIME (`FLOAT`) {#FW_AT_SYSID_TIME} @@ -14849,9 +13548,9 @@ Maneuver time for each axis. Duration of the input signal sent on each axis during system identification -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5 | 120 | | 10. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 120 | | 10. | s ### FW_AT_SYSID_TYPE (`INT32`) {#FW_AT_SYSID_TYPE} @@ -14865,20 +13564,16 @@ Type of signal used during system identification to excite the system. - `1`: Linear sine sweep - `2`: Logarithmic sine sweep -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MC_AT_APPLY (`INT32`) {#MC_AT_APPLY} Controls when to apply the new gains. -After the auto-tuning sequence is completed, -a new set of gains is available and can be applied -immediately or after landing. -WARNING Applying the gains in air is dangerous as there is no -guarantee that those new gains will be able to stabilize -the drone properly. +After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. WARNING Applying the gains in air is dangerous as there is no guarantee that those new gains will be able to stabilize the drone properly. **Values:** @@ -14886,33 +13581,44 @@ the drone properly. - `1`: Apply the new gains after disarm - `2`: WARNING Apply the new gains in air -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### MC_AT_EN (`INT32`) {#MC_AT_EN} Multicopter autotune module enable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### MC_AT_RISE_TIME (`FLOAT`) {#MC_AT_RISE_TIME} Desired angular rate closed-loop rise time. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 0.5 | | 0.14 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 0.5 | | 0.14 | s + +### MC_AT_START (`INT32`) {#MC_AT_START} + +Start the autotuning sequence. + +WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using MC_AT_SYSID_AMP for more signal/noise ratio + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### MC_AT_SYSID_AMP (`FLOAT`) {#MC_AT_SYSID_AMP} Amplitude of the injected signal. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 6.0 | | 0.7 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 6.0 | | 0.7 | ## Battery Calibration @@ -14920,13 +13626,11 @@ Amplitude of the injected signal. Battery 1 current per volt (A/V). -The voltage seen by the ADC multiplied by this factor -will determine the battery current. A value of -1 means to use -the board default. +The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1.0 | ### BAT1_CAPACITY (`FLOAT`) {#BAT1_CAPACITY} @@ -14934,36 +13638,29 @@ Battery 1 capacity. Defines the capacity of battery 1 in mAh. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 100000 | 50 | -1.0 | mAh ### BAT1_I_CHANNEL (`INT32`) {#BAT1_I_CHANNEL} Battery 1 Current ADC Channel. -This parameter specifies the ADC channel used to monitor current of main power battery. -A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT1_I_OVERWRITE (`FLOAT`) {#BAT1_I_OVERWRITE} Battery 1 idle current overwrite. -This parameter allows to overwrite the current measured during -idle (unarmed) state with a user-defined constant value (expressed in amperes). -When the system is armed, the measured current is used. This is useful -because on certain ESCs current measurements are inaccurate in case of no load. -Negative values are ignored and will cause the measured current to be used. -The default value of 0 disables the overwrite, in which case the measured value -is always used. +This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### BAT1_N_CELLS (`INT32`) {#BAT1_N_CELLS} @@ -14991,9 +13688,10 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### BAT1_R_INTERNAL (`FLOAT`) {#BAT1_R_INTERNAL} @@ -15001,97 +13699,77 @@ Explicitly defines the per cell internal resistance for battery 1. If non-negative, then this will be used instead of the online estimated internal resistance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm ### BAT1_SOURCE (`INT32`) {#BAT1_SOURCE} Battery 1 monitoring source. -This parameter controls the source of battery data. The value 'Power Module / Analog' -means that measurements are expected to come from either analog (ADC) inputs -or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current -measurements read from the board's ADC channels, typically from an onboard -voltage divider and current shunt, or an external analog power module. -I2C power monitors are digital sensors on the I2C bus. -If the value is set to 'External' then the system expects to receive MAVLink -or CAN battery status messages, or the battery data is published by an external driver. -If the value is set to 'ESCs', the battery information are taken from the esc_status message. -This requires the ESC to provide both voltage as well as current (via ESC telemetry). +This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. **Values:** - `-1`: Disabled -- `0`: Power Module / Analog +- `0`: Power Module - `1`: External - `2`: ESCs -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### BAT1_V_CHANNEL (`INT32`) {#BAT1_V_CHANNEL} Battery 1 Voltage ADC Channel. -This parameter specifies the ADC channel used to monitor voltage of main power battery. -A value of -1 means to use the board default. A value of -2 disables analog monitoring. -This is useful when the FMU supports both analog and digital voltage monitoring and you want -to use digital monitoring exclusively. +This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT1_V_CHARGED (`FLOAT`) {#BAT1_V_CHARGED} Full cell voltage. -Defines the voltage where a single cell of the battery is considered full. -For a more accurate estimate set this below the nominal voltage of e.g. 4.2V +Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 4.05 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 4.05 | V ### BAT1_V_DIV (`FLOAT`) {#BAT1_V_DIV} Battery 1 voltage divider (V divider). -This is the divider from battery 1 voltage to ADC voltage. -If using e.g. Mauch power modules the value from the datasheet -can be applied straight here. A value of -1 means to use -the board default. +This is the divider from battery 1 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1.0 | ### BAT1_V_EMPTY (`FLOAT`) {#BAT1_V_EMPTY} Empty cell voltage. -Defines the voltage where a single cell of the battery is considered empty. -The voltage should be chosen above the steep dropoff at 3.5V. A typical -lithium battery can only be discharged under high load down to 10% before -it drops off to a voltage level damaging the cells. +Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 3.6 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 3.6 | V ### BAT2_A_PER_V (`FLOAT`) {#BAT2_A_PER_V} Battery 2 current per volt (A/V). -The voltage seen by the ADC multiplied by this factor -will determine the battery current. A value of -1 means to use -the board default. +The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1.0 | ### BAT2_CAPACITY (`FLOAT`) {#BAT2_CAPACITY} @@ -15099,36 +13777,29 @@ Battery 2 capacity. Defines the capacity of battery 2 in mAh. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 100000 | 50 | -1.0 | mAh ### BAT2_I_CHANNEL (`INT32`) {#BAT2_I_CHANNEL} Battery 2 Current ADC Channel. -This parameter specifies the ADC channel used to monitor current of main power battery. -A value of -1 means to use the board default. +This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT2_I_OVERWRITE (`FLOAT`) {#BAT2_I_OVERWRITE} Battery 2 idle current overwrite. -This parameter allows to overwrite the current measured during -idle (unarmed) state with a user-defined constant value (expressed in amperes). -When the system is armed, the measured current is used. This is useful -because on certain ESCs current measurements are inaccurate in case of no load. -Negative values are ignored and will cause the measured current to be used. -The default value of 0 disables the overwrite, in which case the measured value -is always used. +This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### BAT2_N_CELLS (`INT32`) {#BAT2_N_CELLS} @@ -15156,9 +13827,10 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### BAT2_R_INTERNAL (`FLOAT`) {#BAT2_R_INTERNAL} @@ -15166,85 +13838,67 @@ Explicitly defines the per cell internal resistance for battery 2. If non-negative, then this will be used instead of the online estimated internal resistance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm ### BAT2_SOURCE (`INT32`) {#BAT2_SOURCE} Battery 2 monitoring source. -This parameter controls the source of battery data. The value 'Power Module / Analog' -means that measurements are expected to come from either analog (ADC) inputs -or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current -measurements read from the board's ADC channels, typically from an onboard -voltage divider and current shunt, or an external analog power module. -I2C power monitors are digital sensors on the I2C bus. -If the value is set to 'External' then the system expects to receive MAVLink -or CAN battery status messages, or the battery data is published by an external driver. -If the value is set to 'ESCs', the battery information are taken from the esc_status message. -This requires the ESC to provide both voltage as well as current (via ESC telemetry). +This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. **Values:** - `-1`: Disabled -- `0`: Power Module / Analog +- `0`: Power Module - `1`: External - `2`: ESCs -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT2_V_CHANNEL (`INT32`) {#BAT2_V_CHANNEL} Battery 2 Voltage ADC Channel. -This parameter specifies the ADC channel used to monitor voltage of main power battery. -A value of -1 means to use the board default. A value of -2 disables analog monitoring. -This is useful when the FMU supports both analog and digital voltage monitoring and you want -to use digital monitoring exclusively. +This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT2_V_CHARGED (`FLOAT`) {#BAT2_V_CHARGED} Full cell voltage. -Defines the voltage where a single cell of the battery is considered full. -For a more accurate estimate set this below the nominal voltage of e.g. 4.2V +Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 4.05 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 4.05 | V ### BAT2_V_DIV (`FLOAT`) {#BAT2_V_DIV} Battery 2 voltage divider (V divider). -This is the divider from battery 2 voltage to ADC voltage. -If using e.g. Mauch power modules the value from the datasheet -can be applied straight here. A value of -1 means to use -the board default. +This is the divider from battery 2 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1.0 | ### BAT2_V_EMPTY (`FLOAT`) {#BAT2_V_EMPTY} Empty cell voltage. -Defines the voltage where a single cell of the battery is considered empty. -The voltage should be chosen above the steep dropoff at 3.5V. A typical -lithium battery can only be discharged under high load down to 10% before -it drops off to a voltage level damaging the cells. +Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 3.6 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 3.6 | V ### BAT3_CAPACITY (`FLOAT`) {#BAT3_CAPACITY} @@ -15252,9 +13906,9 @@ Battery 3 capacity. Defines the capacity of battery 3 in mAh. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 100000 | 50 | -1.0 | mAh | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 100000 | 50 | -1.0 | mAh ### BAT3_N_CELLS (`INT32`) {#BAT3_N_CELLS} @@ -15282,9 +13936,10 @@ Defines the number of cells the attached battery consists of. - `15`: 15S Battery - `16`: 16S Battery -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### BAT3_R_INTERNAL (`FLOAT`) {#BAT3_R_INTERNAL} @@ -15292,124 +13947,105 @@ Explicitly defines the per cell internal resistance for battery 3. If non-negative, then this will be used instead of the online estimated internal resistance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1.0 | 0.2 | 0.0005 | -1.0 | Ohm ### BAT3_SOURCE (`INT32`) {#BAT3_SOURCE} Battery 3 monitoring source. -This parameter controls the source of battery data. The value 'Power Module / Analog' -means that measurements are expected to come from either analog (ADC) inputs -or an I2C power monitor (e.g. INA226). Analog inputs are voltage and current -measurements read from the board's ADC channels, typically from an onboard -voltage divider and current shunt, or an external analog power module. -I2C power monitors are digital sensors on the I2C bus. -If the value is set to 'External' then the system expects to receive MAVLink -or CAN battery status messages, or the battery data is published by an external driver. -If the value is set to 'ESCs', the battery information are taken from the esc_status message. -This requires the ESC to provide both voltage as well as current (via ESC telemetry). +This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. **Values:** - `-1`: Disabled -- `0`: Power Module / Analog +- `0`: Power Module - `1`: External - `2`: ESCs -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | -1 | ### BAT3_V_CHARGED (`FLOAT`) {#BAT3_V_CHARGED} Full cell voltage. -Defines the voltage where a single cell of the battery is considered full. -For a more accurate estimate set this below the nominal voltage of e.g. 4.2V +Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 4.05 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 4.05 | V ### BAT3_V_EMPTY (`FLOAT`) {#BAT3_V_EMPTY} Empty cell voltage. -Defines the voltage where a single cell of the battery is considered empty. -The voltage should be chosen above the steep dropoff at 3.5V. A typical -lithium battery can only be discharged under high load down to 10% before -it drops off to a voltage level damaging the cells. +Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | 0.01 | 3.6 | V | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | 0.01 | 3.6 | V ### BAT_ADC_CHANNEL (`INT32`) {#BAT_ADC_CHANNEL} This parameter is deprecated. Please use BAT1_I_CHANNEL. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### BAT_AVRG_CURRENT (`FLOAT`) {#BAT_AVRG_CURRENT} Expected battery current in flight. -This value is used to initialize the in-flight average current estimation, -which in turn is used for estimating remaining flight time and RTL triggering. +This value is used to initialize the in-flight average current estimation, which in turn is used for estimating remaining flight time and RTL triggering. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 500 | 0.1 | 15 | A | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 500 | 0.1 | 15 | A ### BAT_CRIT_THR (`FLOAT`) {#BAT_CRIT_THR} Critical threshold. -Sets the threshold when the battery will be reported as critically low. -This has to be lower than the low threshold. This threshold commonly -will trigger RTL. +Sets the threshold when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 0.5 | 0.01 | 0.07 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 0.5 | 0.01 | 0.07 | norm ### BAT_EMERGEN_THR (`FLOAT`) {#BAT_EMERGEN_THR} Emergency threshold. -Sets the threshold when the battery will be reported as dangerously low. -This has to be lower than the critical threshold. This threshold commonly -will trigger landing. +Sets the threshold when the battery will be reported as dangerously low. This has to be lower than the critical threshold. This threshold commonly will trigger landing. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.03 | 0.5 | 0.01 | 0.05 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.03 | 0.5 | 0.01 | 0.05 | norm ### BAT_LOW_THR (`FLOAT`) {#BAT_LOW_THR} Low threshold. -Sets the threshold when the battery will be reported as low. -This has to be higher than the critical threshold. +Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.12 | 0.5 | 0.01 | 0.15 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.12 | 0.5 | 0.01 | 0.15 | norm ### BAT_V_OFFS_CURR (`FLOAT`) {#BAT_V_OFFS_CURR} Offset in volt as seen by the ADC input of the current sensor. -This offset will be subtracted before calculating the battery -current based on the voltage. +This offset will be subtracted before calculating the battery current based on the voltage. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ## CDCACM @@ -15423,9 +14059,10 @@ Enable USB autostart. - `1`: Auto-detect - `2`: MAVLink -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ### USB_MAV_MODE (`INT32`) {#USB_MAV_MODE} @@ -15446,11 +14083,11 @@ Specify USB MAVLink mode. - `10`: gimbal - `11`: onboard_low_bandwidth - `12`: uavionix -- `13`: Low Bandwidth -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ## Camera Capture @@ -15460,9 +14097,9 @@ Camera strobe delay. This parameter sets the delay between image integration start and strobe firing -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 100.0 | | 0.0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ms ## Camera Control @@ -15475,9 +14112,10 @@ Camera capture edge. - `0`: Falling edge - `1`: Rising edge -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### CAM_CAP_FBACK (`INT32`) {#CAM_CAP_FBACK} @@ -15485,9 +14123,9 @@ Camera capture feedback. Enables camera capture feedback -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### CAM_CAP_MODE (`INT32`) {#CAM_CAP_MODE} @@ -15501,9 +14139,10 @@ Change time measurement - `1`: Get timestamp of mid exposure (active high) - `2`: Get timestamp of mid exposure (active low) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ## Camera trigger @@ -15513,9 +14152,9 @@ Camera trigger activation time. This parameter sets the time the trigger needs to pulled high or low. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.1 | 3000 | | 40.0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.1 | 3000 | | 40.0 | ms ### TRIG_DISTANCE (`FLOAT`) {#TRIG_DISTANCE} @@ -15523,9 +14162,9 @@ Camera trigger distance. Sets the distance at which to trigger the camera. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | | 1 | 25.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | | 1 | 25.0 | m ### TRIG_INTERFACE (`INT32`) {#TRIG_INTERFACE} @@ -15540,9 +14179,10 @@ Selects the trigger interface - `3`: MAVLink (Camera Protocol v1) - `4`: Generic PWM (IR trigger, servo) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 4 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 4 | ### TRIG_INTERVAL (`FLOAT`) {#TRIG_INTERVAL} @@ -15550,20 +14190,19 @@ Camera trigger interval. This parameter sets the time between two consecutive trigger events -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 4.0 | 10000.0 | | 40.0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 4.0 | 10000.0 | | 40.0 | ms ### TRIG_MIN_INTERVA (`FLOAT`) {#TRIG_MIN_INTERVA} Minimum camera trigger interval. -This parameter sets the minimum time between two consecutive trigger events -the specific camera setup is supporting. +This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 1.0 | 10000.0 | | 1.0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 1.0 | 10000.0 | | 1.0 | ms ### TRIG_MODE (`INT32`) {#TRIG_MODE} @@ -15577,9 +14216,10 @@ Camera trigger mode. - `3`: Distance based, always on - `4`: Distance based, on command (Survey mode) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 4 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 4 | | 0 | ### TRIG_POLARITY (`INT32`) {#TRIG_POLARITY} @@ -15592,25 +14232,26 @@ This parameter sets the polarity of the trigger (0 = active low, 1 = active high - `0`: Active low - `1`: Active high -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 1 | | 0 | ### TRIG_PWM_NEUTRAL (`INT32`) {#TRIG_PWM_NEUTRAL} PWM neutral output on trigger pin. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 1000 | 2000 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 1000 | 2000 | | 1500 | us ### TRIG_PWM_SHOOT (`INT32`) {#TRIG_PWM_SHOOT} PWM output to trigger shot. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 1000 | 2000 | | 1900 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 1000 | 2000 | | 1900 | us ## Circuit Breaker @@ -15618,76 +14259,61 @@ PWM output to trigger shot. Circuit breaker for disabling buzzer. -Setting this parameter to 782097 will disable the buzzer audio notification. -Setting this parameter to 782090 will disable the startup tune, while keeping -all others enabled. +Setting this parameter to 782097 will disable the buzzer audio notification. Setting this parameter to 782090 will disable the startup tune, while keeping all others enabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 782097 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 782097 | | 0 | ### CBRK_FLIGHTTERM (`INT32`) {#CBRK_FLIGHTTERM} Circuit breaker for flight termination. -Setting this parameter to 121212 will disable the flight termination action if triggered -by the FailureDetector logic or if FMU is lost. -This circuit breaker does not affect the RC loss, data link loss, geofence, -and takeoff failure detection safety logic. +Setting this parameter to 121212 will disable the flight termination action if triggered by the FailureDetector logic or if FMU is lost. This circuit breaker does not affect the RC loss, data link loss, geofence, and takeoff failure detection safety logic. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 121212 | | 121212 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 121212 | | 121212 | ### CBRK_IO_SAFETY (`INT32`) {#CBRK_IO_SAFETY} Circuit breaker for IO safety. -Setting this parameter to 22027 will disable IO safety. -WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 22027 | | 22027 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 22027 | | 22027 | ### CBRK_SUPPLY_CHK (`INT32`) {#CBRK_SUPPLY_CHK} Circuit breaker for power supply check. -Setting this parameter to 894281 will disable the power valid -checks in the commander. -WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 894281 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 894281 | | 0 | ### CBRK_USB_CHK (`INT32`) {#CBRK_USB_CHK} Circuit breaker for USB link check. -Setting this parameter to 197848 will disable the USB connected -checks in the commander, setting it to 0 keeps them enabled (recommended). -We are generally recommending to not fly with the USB link -connected and production vehicles should set this parameter to -zero to prevent users from flying USB powered. However, for R&D purposes -it has proven over the years to work just fine. +Setting this parameter to 197848 will disable the USB connected checks in the commander, setting it to 0 keeps them enabled (recommended). We are generally recommending to not fly with the USB link connected and production vehicles should set this parameter to zero to prevent users from flying USB powered. However, for R&D purposes it has proven over the years to work just fine. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 197848 | | 197848 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 197848 | | 197848 | ### CBRK_VTOLARMING (`INT32`) {#CBRK_VTOLARMING} Circuit breaker for arming in fixed-wing mode check. -Setting this parameter to 159753 will enable arming in fixed-wing -mode for VTOLs. -WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK +Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 159753 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 159753 | | 0 | ## Commander @@ -15695,8 +14321,7 @@ WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK Set the actuator failure failsafe mode. -Note: actuator failure needs to be enabled and configured via FD*ACT*\* -parameters. +Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters. **Values:** @@ -15706,9 +14331,10 @@ parameters. - `3`: Return mode - `4`: Terminate -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0 | ### COM_ARMABLE (`INT32`) {#COM_ARMABLE} @@ -15721,9 +14347,10 @@ Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance re - `0`: Disallow arming - `1`: Allow arming -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### COM_ARM_AUTH_ID (`INT32`) {#COM_ARM_AUTH_ID} @@ -15731,29 +14358,25 @@ Arm authorizer system id. Used if arm authorization is requested by COM_ARM_AUTH_REQ. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 10 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 10 | ### COM_ARM_AUTH_MET (`INT32`) {#COM_ARM_AUTH_MET} Arm authorization method. -Methods: - -- one arm: request authorization and arm when authorization is received -- two step arm: 1st arm command request an authorization and - 2nd arm command arm the drone if authorized - Used if arm authorization is requested by COM_ARM_AUTH_REQ. +Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ. **Values:** - `0`: one arm - `1`: two step arm -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_ARM_AUTH_REQ (`INT32`) {#COM_ARM_AUTH_REQ} @@ -15761,69 +14384,65 @@ Require arm authorization to arm. By default off. The default allows to arm the vehicle without a arm authorization. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_ARM_AUTH_TO (`FLOAT`) {#COM_ARM_AUTH_TO} Arm authorization timeout. -Timeout for authorizer answer. -Used if arm authorization is requested by COM_ARM_AUTH_REQ. +Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 0.1 | 1 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 0.1 | 1 | s ### COM_ARM_BAT_MIN (`FLOAT`) {#COM_ARM_BAT_MIN} Minimum battery level for arming. -Threshold for battery percentage below arming is prohibited. -A negative value means BAT_CRIT_THR is the threshold. +Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 0.9 | 0.01 | -1. | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 0.9 | 0.01 | -1. | norm ### COM_ARM_CHK_ESCS (`INT32`) {#COM_ARM_CHK_ESCS} Enable checks on ESCs that report telemetry. -If this parameter is set, the system will check ESC's online status and failures. -This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry. +If this parameter is set, the system will check ESC's online status and failures. This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_ARM_HFLT_CHK (`INT32`) {#COM_ARM_HFLT_CHK} Enable FMU SD card hardfault detection check. -This check detects if there are hardfault files present on the -SD card. If so, and the parameter is enabled, arming is prevented. +This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### COM_ARM_IMU_ACC (`FLOAT`) {#COM_ARM_IMU_ACC} Maximum accelerometer inconsistency between IMU units that will allow arming. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.1 | 1.0 | 0.05 | 0.7 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | 0.05 | 0.7 | m/s^2 ### COM_ARM_IMU_GYR (`FLOAT`) {#COM_ARM_IMU_GYR} Maximum rate gyro inconsistency between IMU units that will allow arming. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.02 | 0.3 | 0.01 | 0.25 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.02 | 0.3 | 0.01 | 0.25 | rad/s ### COM_ARM_MAG_ANG (`INT32`) {#COM_ARM_MAG_ANG} @@ -15831,16 +14450,15 @@ Maximum magnetic field inconsistency between units that will allow arming. Set -1 to disable the check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 3 | 180 | | 60 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 3 | 180 | | 60 | deg ### COM_ARM_MAG_STR (`INT32`) {#COM_ARM_MAG_STR} Enable mag strength preflight check. -Check if the estimator detects a strong magnetic -disturbance (check enabled by EKF2_MAG_CHECK) +Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK) **Values:** @@ -15848,9 +14466,10 @@ disturbance (check enabled by EKF2_MAG_CHECK) - `1`: Deny arming - `2`: Warning only -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 2 | ### COM_ARM_MIS_REQ (`INT32`) {#COM_ARM_MIS_REQ} @@ -15858,17 +14477,15 @@ Require valid mission to arm. The default allows to arm the vehicle without a valid mission. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_ARM_ODID (`INT32`) {#COM_ARM_ODID} Enable Drone ID system detection and health check. -This check detects if the Open Drone ID system is missing. -Depending on the value of the parameter, the check can be -disabled, warn only or deny arming. +This check detects if the Open Drone ID system is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. **Values:** @@ -15876,17 +14493,16 @@ disabled, warn only or deny arming. - `1`: Warning only - `2`: Enforce Open Drone ID system presence -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_ARM_SDCARD (`INT32`) {#COM_ARM_SDCARD} Enable FMU SD card detection check. -This check detects if the FMU SD card is missing. -Depending on the value of the parameter, the check can be -disabled, warn only or deny arming. +This check detects if the FMU SD card is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. **Values:** @@ -15894,87 +14510,77 @@ disabled, warn only or deny arming. - `1`: Warning only - `2`: Enforce SD card presence -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### COM_ARM_SWISBTN (`INT32`) {#COM_ARM_SWISBTN} Arm switch is a momentary button. -0: Arming/disarming triggers on switch transition. -1: Arming/disarming triggers when holding the momentary button down like the stick gesture. +0: Arming/disarming triggers on switch transition. 1: Arming/disarming triggers when holding the momentary button down for COM_RC_ARM_HYST like the stick gesture. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_ARM_WO_GPS (`INT32`) {#COM_ARM_WO_GPS} -Arming without GNSS configuration. +GPS preflight check. -Configures whether arming is allowed without GNSS, for modes that require a global position -(specifically, in those modes when a check defined by EKF2_GPS_CHECK fails). -The settings deny arming and warn, allow arming and warn, or silently allow arming. +Measures taken when a check defined by EKF2_GPS_CHECK is failing. **Values:** - `0`: Deny arming -- `1`: Allow arming (with warning) -- `2`: Allow arming (no warning) +- `1`: Warning only +- `2`: Disabled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### COM_CPU_MAX (`FLOAT`) {#COM_CPU_MAX} Maximum allowed CPU load to still arm. -The check fails if the CPU load is above this threshold for 2s. -A negative value disables the check. +The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 100 | 1 | 95.0 | % | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 100 | 1 | 95.0 | % ### COM_DISARM_LAND (`FLOAT`) {#COM_DISARM_LAND} Time-out for auto disarm after landing. -A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be -automatically disarmed in case a landing situation has been detected during this period. -A zero or negative value means that automatic disarming triggered by landing detection is disabled. +A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 0.1 | 2.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 0.1 | 2.0 | s ### COM_DISARM_MAN (`INT32`) {#COM_DISARM_MAN} Allow disarming via switch/stick/button on multicopters in manual thrust modes. -0: Disallow disarming when not landed -1: Allow disarming in multicopter flight in modes where -the thrust is directly controlled by thr throttle stick -e.g. Stabilized, Acro +0: Disallow disarming when not landed 1: Allow disarming in multicopter flight in modes where the thrust is directly controlled by thr throttle stick e.g. Stabilized, Acro -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### COM_DISARM_PRFLT (`FLOAT`) {#COM_DISARM_PRFLT} Time-out for auto disarm if not taking off. -A non-zero, positive value specifies the time in seconds, within which the -vehicle is expected to take off after arming. In case the vehicle didn't takeoff -within the timeout it disarms again. -A negative value disables autmoatic disarming triggered by a pre-takeoff timeout. +A non-zero, positive value specifies the time in seconds, within which the vehicle is expected to take off after arming. In case the vehicle didn't takeoff within the timeout it disarms again. A negative value disables autmoatic disarming triggered by a pre-takeoff timeout. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 0.1 | 10.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 0.1 | 10.0 | s ### COM_DLL_EXCEPT (`INT32`) {#COM_DLL_EXCEPT} @@ -15988,9 +14594,10 @@ Specify modes in which datalink loss is ignored and the failsafe action not trig - `1`: Hold - `2`: Offboard -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 7 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 7 | | 0 | ### COM_DL_LOSS_T (`INT32`) {#COM_DL_LOSS_T} @@ -15998,42 +14605,35 @@ GCS connection loss time threshold. After this amount of seconds without datalink, the GCS connection lost mode triggers -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5 | 300 | 1 | 10 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 300 | 1 | 10 | s ### COM_FAIL_ACT_T (`FLOAT`) {#COM_FAIL_ACT_T} Delay between failsafe condition triggered and failsafe reaction. -Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode -for the user to realize. -During that time the user can switch modes, but cannot take over control via the stick override feature (see COM_RC_OVERRIDE). -Afterwards the configured failsafe action is triggered and the user may use stick override. -A zero value disables the delay. +Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode for the user to realize. During that time the user cannot take over control via the stick override feature (see COM_RC_OVERRIDE). Afterwards the configured failsafe action is triggered and the user may use stick override. A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 25.0 | | 5. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 25.0 | | 5. | s ### COM_FLIGHT_UUID (`INT32`) {#COM_FLIGHT_UUID} Next flight UUID. -This number is incremented automatically after every flight on -disarming in order to remember the next flight UUID. -The first flight is 0. +This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 0 | ### COM_FLTMODE1 (`INT32`) {#COM_FLTMODE1} Mode slot 1. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16052,7 +14652,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16062,16 +14661,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTMODE2 (`INT32`) {#COM_FLTMODE2} Mode slot 2. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16090,7 +14689,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16100,16 +14698,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTMODE3 (`INT32`) {#COM_FLTMODE3} Mode slot 3. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16128,7 +14726,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16138,16 +14735,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTMODE4 (`INT32`) {#COM_FLTMODE4} Mode slot 4. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16166,7 +14763,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16176,16 +14772,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTMODE5 (`INT32`) {#COM_FLTMODE5} Mode slot 5. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16204,7 +14800,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16214,16 +14809,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTMODE6 (`INT32`) {#COM_FLTMODE6} Mode slot 6. -If the main switch channel is in this range the -selected flight mode will be applied. +If the main switch channel is in this range the selected flight mode will be applied. **Values:** @@ -16242,7 +14837,6 @@ selected flight mode will be applied. - `11`: Land - `12`: Follow Me - `13`: Precision Land -- `16`: Altitude Cruise - `100`: External Mode 1 - `101`: External Mode 2 - `102`: External Mode 3 @@ -16252,16 +14846,16 @@ selected flight mode will be applied. - `106`: External Mode 7 - `107`: External Mode 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | -1 | ### COM_FLTT_LOW_ACT (`INT32`) {#COM_FLTT_LOW_ACT} Remaining flight time low failsafe. -Action the system takes when the remaining flight time is below -the estimated time it takes to reach the RTL destination. +Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination. **Values:** @@ -16269,17 +14863,16 @@ the estimated time it takes to reach the RTL destination. - `1`: Warning - `3`: Return -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 1 | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 1 | 3 | ### COM_FLT_PROFILE (`INT32`) {#COM_FLT_PROFILE} User Flight Profile. -Describes the intended use of the vehicle. -Can be used by ground control software or log post processing. -This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params). +Describes the intended use of the vehicle. Can be used by ground control software or log post processing. This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params). **Values:** @@ -16288,25 +14881,20 @@ This param does not influence the behavior within the firmware. This means for e - `200`: Flight Tester - `300`: Developer -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_FLT_TIME_MAX (`INT32`) {#COM_FLT_TIME_MAX} Maximum allowed flight time. -The vehicle aborts the current operation and returns to launch when -the time since takeoff is above this value. It is not possible to resume the -mission or switch to any auto mode other than RTL or Land. Taking over in any manual -mode is still possible. -Starting from 90% of the maximum flight time, a warning message will be sent -every 1 minute with the remaining time until automatic RTL. -Set to -1 to disable. +The vehicle aborts the current operation and returns to launch when the time since takeoff is above this value. It is not possible to resume the mission or switch to any auto mode other than RTL or Land. Taking over in any manual mode is still possible. Starting from 90% of the maximum flight time, a warning message will be sent every 1 minute with the remaining time until automatic RTL. Set to -1 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | | -1 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | | -1 | s ### COM_FORCE_SAFETY (`INT32`) {#COM_FORCE_SAFETY} @@ -16314,9 +14902,9 @@ Enable force safety. Force safety when the vehicle disarms -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_HLDL_LOSS_T (`INT32`) {#COM_HLDL_LOSS_T} @@ -16324,52 +14912,45 @@ High Latency Datalink loss time threshold. After this amount of seconds without datalink the data link lost mode triggers -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 60 | 3600 | | 120 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 60 | 3600 | | 120 | s ### COM_HLDL_REG_T (`INT32`) {#COM_HLDL_REG_T} High Latency Datalink regain time threshold. -After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' -flag is set back to false +After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 60 | | 0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 60 | | 0 | s ### COM_HOME_EN (`INT32`) {#COM_HOME_EN} Home position enabled. Set home position automatically if possible. -During missions, the latitude/longitude of the home position is locked and will not reset during intermediate landings. -It will only update once the mission is complete or landed outside of a mission. -However, the altitude is still being adjusted to correct for GNSS vertical drift in the first 2 minutes after takeoff. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### COM_HOME_IN_AIR (`INT32`) {#COM_HOME_IN_AIR} Allows setting the home position after takeoff. -If set to true, the autopilot is allowed to set its home position after takeoff -The true home position is back-computed if a local position is estimate if available. -If no local position is available, home is set to the current position. +If set to true, the autopilot is allowed to set its home position after takeoff The true home position is back-computed if a local position is estimate if available. If no local position is available, home is set to the current position. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_IMB_PROP_ACT (`INT32`) {#COM_IMB_PROP_ACT} Imbalanced propeller failsafe mode. -Action the system takes when an imbalanced propeller is detected by the failure detector. -See also FD_IMB_PROP_THR to set the failure threshold. +Action the system takes when an imbalanced propeller is detected by the failure detector. See also FD_IMB_PROP_THR to set the failure threshold. **Values:** @@ -16378,39 +14959,34 @@ See also FD_IMB_PROP_THR to set the failure threshold. - `1`: Return - `2`: Land -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 1 | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 1 | 0 | ### COM_KILL_DISARM (`FLOAT`) {#COM_KILL_DISARM} Timeout value for disarming when kill switch is engaged. -Use RC_MAP_KILL_SW to map a kill switch. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 30.0 | 0.1 | 5.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 30.0 | 0.1 | 5.0 | s ### COM_LKDOWN_TKO (`FLOAT`) {#COM_LKDOWN_TKO} Timeout for detecting a failure after takeoff. -A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle -if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. -The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). -A zero or negative value means that the check is disabled. +A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). A zero or negative value means that the check is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 5.0 | | 3.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 5.0 | | 3.0 | s ### COM_LOW_BAT_ACT (`INT32`) {#COM_LOW_BAT_ACT} Battery failsafe mode. -Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR -for definition of battery states. +Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states. **Values:** @@ -16418,105 +14994,90 @@ for definition of battery states. - `2`: Land mode - `3`: Return at critical level, land at emergency level -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE0_HASH (`INT32`) {#COM_MODE0_HASH} External mode identifier 0. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE1_HASH (`INT32`) {#COM_MODE1_HASH} External mode identifier 1. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE2_HASH (`INT32`) {#COM_MODE2_HASH} External mode identifier 2. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE3_HASH (`INT32`) {#COM_MODE3_HASH} External mode identifier 3. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE4_HASH (`INT32`) {#COM_MODE4_HASH} External mode identifier 4. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE5_HASH (`INT32`) {#COM_MODE5_HASH} External mode identifier 5. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE6_HASH (`INT32`) {#COM_MODE6_HASH} External mode identifier 6. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE7_HASH (`INT32`) {#COM_MODE7_HASH} External mode identifier 7. -This parameter is automatically set to identify external modes. It ensures that modes -get assigned to the same index independent from their startup order, -which is required when mapping an external mode to an RC switch. +This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_MODE_ARM_CHK (`INT32`) {#COM_MODE_ARM_CHK} @@ -16524,35 +15085,33 @@ Allow external mode registration while armed. By default disabled for safety reasons -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_MOT_TEST_EN (`INT32`) {#COM_MOT_TEST_EN} Enable Actuator Testing. -If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that -allows spinning the motors and moving the servos for testing purposes. +If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### COM_OBC_LOSS_T (`FLOAT`) {#COM_OBC_LOSS_T} Time-out to wait when onboard computer connection is lost before warning about loss connection. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 60 | 0.01 | 5.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 60 | 0.01 | 5.0 | s ### COM_OBL_RC_ACT (`INT32`) {#COM_OBL_RC_ACT} Set offboard loss failsafe mode. -The offboard loss failsafe will only be entered after a timeout, -set by COM_OF_LOSS_T in seconds. +The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds. **Values:** @@ -16565,9 +15124,10 @@ set by COM_OF_LOSS_T in seconds. - `6`: Terminate - `7`: Disarm -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_OF_LOSS_T (`FLOAT`) {#COM_OF_LOSS_T} @@ -16575,41 +15135,49 @@ Time-out to wait when offboard connection is lost before triggering offboard los See COM_OBL_RC_ACT to configure action. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 60 | 0.01 | 1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 60 | 0.01 | 1.0 | s ### COM_PARACHUTE (`INT32`) {#COM_PARACHUTE} Expect and require a healthy MAVLink parachute system. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | + +### COM_POSCTL_NAVL (`INT32`) {#COM_POSCTL_NAVL} + +Position mode navigation loss response. + +This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control in manual Position mode. + +**Values:** + +- `0`: Altitude mode +- `1`: Land mode (descend) + + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_POS_FS_EPH (`FLOAT`) {#COM_POS_FS_EPH} -Horizontal position error threshold for hovering systems. +Horizontal position error threshold. -This is the horizontal position error (EPH) threshold that will trigger a failsafe. -If the previous position error was below this threshold, there is an additional -factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). -Only used for multicopters and VTOLs in hover mode. -Independent from estimator positioning data timeout threshold (see EKF2_NOAID_TOUT). -Set to -1 to disable. +This is the horizontal position error (EPH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous position error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). Set to -1 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 400 | | 5. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 400 | | 5. | m ### COM_POS_LOW_ACT (`INT32`) {#COM_POS_LOW_ACT} Low position accuracy action. -Action the system takes when the estimated position has an accuracy below the specified threshold. -See COM_POS_LOW_EPH to set the failsafe threshold. -The failsafe action is only executed if the vehicle is in auto mission or auto loiter mode, -otherwise it is only a warning. +Action the system takes when the estimated position has an accuracy below the specified threshold. See COM_POS_LOW_EPH to set the failsafe threshold. The failsafe action is only executed if the vehicle is in auto mission or auto loiter mode, otherwise it is only a warning. **Values:** @@ -16620,40 +15188,36 @@ otherwise it is only a warning. - `4`: Terminate - `5`: Land -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 1 | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 1 | 3 | ### COM_POS_LOW_EPH (`FLOAT`) {#COM_POS_LOW_EPH} Low position accuracy failsafe threshold. -This triggers the action specified in COM_POS_LOW_ACT if the estimated position accuracy is below this threshold. -Local position has to be still declared valid, which requires some kind of velocity aiding or large dead-reckoning time (EKF2_NOAID_TOUT), -and a high failsafe threshold (COM_POS_FS_EPH). -Set to -1 to disable. +This triggers the action specified in COM_POS_LOW_ACT if the estimated position accuracy is below this threshold. Local position has to be still declared valid, which requires some kind of velocity aiding or large dead-reckoning time (EKF2_NOAID_TOUT), and a high failsafe threshold (COM_POS_FS_EPH). Set to -1 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1000 | | -1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1000 | | -1.0 | m ### COM_POWER_COUNT (`INT32`) {#COM_POWER_COUNT} Required number of redundant power modules. -This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. -Note: CBRK_SUPPLY_CHK disables all power checks including this one. +This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4 | | 1 | ### COM_PREARM_MODE (`INT32`) {#COM_PREARM_MODE} Condition to enter prearmed mode. -Condition to enter the prearmed state, an intermediate state between disarmed and armed -in which non-throttling actuators are active. +Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active. **Values:** @@ -16661,9 +15225,10 @@ in which non-throttling actuators are active. - `1`: Safety button - `2`: Always -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_QC_ACT (`INT32`) {#COM_QC_ACT} @@ -16676,128 +15241,112 @@ Set action after a quadchute. - `1`: Land mode - `2`: Hold mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_RAM_MAX (`FLOAT`) {#COM_RAM_MAX} Maximum allowed RAM usage to pass checks. -The check fails if the RAM usage is above this threshold. -A negative value disables the check. +The check fails if the RAM usage is above this threshold. A negative value disables the check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 100 | 1 | 95.0 | % | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 100 | 1 | 95.0 | % ### COM_RCL_EXCEPT (`INT32`) {#COM_RCL_EXCEPT} -Manual control loss exceptions. +RC loss exceptions. -Specify modes where manual control loss is ignored and no failsafe is triggered. -External modes requiring stick input will still failsafe. +Specify modes in which RC loss is ignored and the failsafe action not triggered. **Bitmask:** - `0`: Mission - `1`: Hold - `2`: Offboard -- `3`: External Mode -- `4`: Altitude Cruise -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 31 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 7 | | 0 | + +### COM_RC_ARM_HYST (`INT32`) {#COM_RC_ARM_HYST} + +RC input arm/disarm command duration. + +The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 100 | 1500 | | 1000 | ms ### COM_RC_IN_MODE (`INT32`) {#COM_RC_IN_MODE} -Manual control input source configuration. +RC control input mode. -Selects stick input selection behavior: -either a traditional remote control receiver (RC) or a MAVLink joystick (MANUAL_CONTROL message) -Priority sources are immediately switched to whenever they get valid. -0 RC only. Requires valid RC calibration. -1 MAVLink only. RC and related checks are disabled. -2 Switches only if current source becomes invalid. -3 Locks to the first valid source until reboot. -4 Ignores all sources. -5 RC priority, then MAVLink (lower instance before higher) -6 MAVLink priority (lower instance before higher), then RC -7 RC priority, then MAVLink (higher instance before lower) -8 MAVLink priority (higher instance before lower), then RC +A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required. A value of 1 allows joystick control only. RC input handling and the associated checks are disabled. A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid. A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot. A value of 4 ignores any stick input. **Values:** -- `0`: RC only -- `1`: MAVLink only -- `2`: RC or MAVLink with fallback -- `3`: RC or MAVLink keep first -- `4`: Disable manual control -- `5`: Prio: RC > MAVL 1 > MAVL 2 -- `6`: Prio: MAVL 1 > MAVL 2 > RC -- `7`: Prio: RC > MAVL 2 > MAVL 1 -- `8`: Prio: MAVL 2 > MAVL 1 > RC +- `0`: RC Transmitter only +- `1`: Joystick only +- `2`: RC and Joystick with fallback +- `3`: RC or Joystick keep first +- `4`: Stick input disabled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 8 | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4 | | 3 | ### COM_RC_LOSS_T (`FLOAT`) {#COM_RC_LOSS_T} Manual control loss timeout. -The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. -This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers. -Ensure the value is not set lower than the update interval of the RC or Joystick. +The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 35 | 0.1 | 0.5 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 35 | 0.1 | 0.5 | s ### COM_RC_OVERRIDE (`INT32`) {#COM_RC_OVERRIDE} -Enable manual control stick override. +Enable RC stick override of auto and/or offboard modes. -When enabled, moving the sticks more than COM_RC_STICK_OV -immediately gives control back to the pilot by switching to Position mode and -if position is unavailable Altitude mode. -Note: Only has an effect on multicopters, and VTOLs in multicopter mode. +When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV immediately gives control back to the pilot by switching to Position mode and if position is unavailable Altitude mode. Note: Only has an effect on multicopters, and VTOLs in multicopter mode. **Bitmask:** - `0`: Enable override during auto modes (except for in critical battery reaction) - `1`: Enable override during offboard mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 1 | ### COM_RC_STICK_OV (`FLOAT`) {#COM_RC_STICK_OV} -Stick override threshold. +RC stick override threshold. -If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold -the autopilot the pilot takes over control. +If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5 | 80 | 0.05 | 30.0 | % | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 80 | 0.05 | 30.0 | % ### COM_SPOOLUP_TIME (`FLOAT`) {#COM_SPOOLUP_TIME} Enforced delay between arming and further navigation. -The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. -Goal: +The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. Goal: - Motors and propellers spool up to idle speed before getting commanded to spin faster - Timeout for ESCs and smart batteries to successfulyy do failure checks e.g. for stuck rotors before the vehicle is off the ground -- Motors and propellers spool up to idle speed before getting commanded to spin faster -- Timeout for ESCs and smart batteries to successfulyy do failure checks - e.g. for stuck rotors before the vehicle is off the ground - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 30 | 0.1 | 1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 30 | 0.1 | 1.0 | s ### COM_TAKEOFF_ACT (`INT32`) {#COM_TAKEOFF_ACT} @@ -16810,9 +15359,10 @@ The mode transition after TAKEOFF has completed successfully. - `0`: Hold - `1`: Mission (if valid) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### COM_THROW_EN (`INT32`) {#COM_THROW_EN} @@ -16820,56 +15370,45 @@ Enable throw-start. Allows to start the vehicle by throwing it into the air. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### COM_THROW_SPEED (`FLOAT`) {#COM_THROW_SPEED} Minimum speed for the throw start. -When the throw launch is enabled, the drone will only allow motors to spin after this speed -is exceeded before detecting the freefall. This is a safety feature to ensure the drone does -not turn on after accidental drop or a rapid movement before the throw. -Set to 0 to disable. +When the throw launch is enabled, the drone will only allow motors to spin after this speed is exceeded before detecting the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or a rapid movement before the throw. Set to 0 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | 0.1 | 5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 0.1 | 5 | m/s ### COM_VEL_FS_EVH (`FLOAT`) {#COM_VEL_FS_EVH} Horizontal velocity error threshold. -This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. -The default is appropriate for a multicopter. Can be increased for a fixed-wing. -If the previous velocity error was below this threshold, there is an additional -factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). +This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous velocity error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 1. | m/s ### COM_WIND_MAX (`FLOAT`) {#COM_WIND_MAX} High wind speed failsafe threshold. -Wind speed threshold above which an automatic failsafe action is triggered. -Failsafe action can be specified with COM_WIND_MAX_ACT. +Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 0.1 | -1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | 0.1 | -1. | m/s ### COM_WIND_MAX_ACT (`INT32`) {#COM_WIND_MAX_ACT} High wind failsafe mode. -Action the system takes when a wind speed above the specified threshold is detected. -See COM_WIND_MAX to set the failsafe threshold. -If enabled, it is not possible to resume the mission or switch to any auto mode other than -RTL or Land if this threshold is exceeded. Taking over in any manual -mode is still possible. +Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible. **Values:** @@ -16880,29 +15419,26 @@ mode is still possible. - `4`: Terminate - `5`: Land -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 1 | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 1 | 0 | ### COM_WIND_WARN (`FLOAT`) {#COM_WIND_WARN} Wind speed warning threshold. -A warning is triggered if the currently estimated wind speed is above this value. -Warning is sent periodically (every 1 minute). -Set to -1 to disable. +A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 0.1 | -1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | 0.1 | -1. | m/s ### NAV_DLL_ACT (`INT32`) {#NAV_DLL_ACT} Set GCS connection loss failsafe mode. -The GCS connection loss failsafe will only be entered after a timeout, -set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected -action will be executed. +The GCS connection loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. **Values:** @@ -16913,16 +15449,16 @@ action will be executed. - `5`: Terminate - `6`: Disarm -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 6 | | 0 | ### NAV_RCL_ACT (`INT32`) {#NAV_RCL_ACT} -Set manual control loss failsafe mode. +Set RC loss failsafe mode. -The manual control loss failsafe will only be entered after a timeout, -set by COM_RC_LOSS_T in seconds. +The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered. **Values:** @@ -16932,9 +15468,10 @@ set by COM_RC_LOSS_T in seconds. - `5`: Terminate - `6`: Disarm -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 6 | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 6 | | 2 | ## Cyphal @@ -16942,206 +15479,205 @@ set by COM_RC_LOSS_T in seconds. UAVCAN/CAN v1 bus bitrate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ----- | -| ✓ | 20000 | 1000000 | | 1000000 | bit/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 20000 | 1000000 | | 1000000 | bit/s ### CYPHAL_ENABLE (`INT32`) {#CYPHAL_ENABLE} Cyphal. -0 - Cyphal disabled. -1 - Enables Cyphal +0 - Cyphal disabled. 1 - Enables Cyphal -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### CYPHAL_ID (`INT32`) {#CYPHAL_ID} Cyphal Node ID. -Read the specs at https://opencyphal.org/ to learn more about Node ID. +Read the specs at http://uavcan.org to learn more about Node ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1 | 125 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1 | 125 | | 1 | ### UCAN1_ACTR_PUB (`INT32`) {#UCAN1_ACTR_PUB} actuator_outputs uORB over Cyphal publication port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_BMS_BP_SUB (`INT32`) {#UCAN1_BMS_BP_SUB} -UDRAL battery parameters subscription port ID. +UDRAL battery parameters subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_BMS_BS_SUB (`INT32`) {#UCAN1_BMS_BS_SUB} UDRAL battery status subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_BMS_ES_SUB (`INT32`) {#UCAN1_BMS_ES_SUB} UDRAL battery energy source subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_ESC0_SUB (`INT32`) {#UCAN1_ESC0_SUB} ESC 0 subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_ESC_PUB (`INT32`) {#UCAN1_ESC_PUB} Cyphal ESC publication port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB0_SUB (`INT32`) {#UCAN1_FB0_SUB} Cyphal ESC 0 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB1_SUB (`INT32`) {#UCAN1_FB1_SUB} Cyphal ESC 1 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB2_SUB (`INT32`) {#UCAN1_FB2_SUB} Cyphal ESC 2 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB3_SUB (`INT32`) {#UCAN1_FB3_SUB} Cyphal ESC 3 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB4_SUB (`INT32`) {#UCAN1_FB4_SUB} Cyphal ESC 4 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB5_SUB (`INT32`) {#UCAN1_FB5_SUB} Cyphal ESC 5 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB6_SUB (`INT32`) {#UCAN1_FB6_SUB} Cyphal ESC 6 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_FB7_SUB (`INT32`) {#UCAN1_FB7_SUB} Cyphal ESC 7 zubax feedback port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_GPS0_SUB (`INT32`) {#UCAN1_GPS0_SUB} GPS 0 subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_GPS1_SUB (`INT32`) {#UCAN1_GPS1_SUB} GPS 1 subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_GPS_PUB (`INT32`) {#UCAN1_GPS_PUB} Cyphal GPS publication port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_LG_BMS_SUB (`INT32`) {#UCAN1_LG_BMS_SUB} Cyphal legacy battery port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_READ_PUB (`INT32`) {#UCAN1_READ_PUB} Cyphal ESC readiness port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_SERVO_PUB (`INT32`) {#UCAN1_SERVO_PUB} Cyphal Servo publication port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_UORB_GPS (`INT32`) {#UCAN1_UORB_GPS} sensor_gps uORB over Cyphal subscription port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ### UCAN1_UORB_GPS_P (`INT32`) {#UCAN1_UORB_GPS_P} sensor_gps uORB over Cyphal publication port ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 6143 | | -1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 6143 | | -1 | ## DShot @@ -17149,61 +15685,51 @@ sensor_gps uORB over Cyphal publication port ID. DSHOT 3D deadband high. -When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. -This value is with respect to the mixer_module range (0-1999), not the DSHOT values. +When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1000 | 1999 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1000 | 1999 | | 1000 | ### DSHOT_3D_DEAD_L (`INT32`) {#DSHOT_3D_DEAD_L} DSHOT 3D deadband low. -When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. -This value is with respect to the mixer_module range (0-1999), not the DSHOT values. +When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | | 1000 | ### DSHOT_3D_ENABLE (`INT32`) {#DSHOT_3D_ENABLE} Allows for 3d mode when using DShot and suitable mixer. -WARNING: ESC must be configured for 3D mode, and DSHOT_MIN set to 0. -This splits the throttle ranges in two. -Direction 1) 48 is the slowest, 1047 is the fastest. -Direction 2) 1049 is the slowest, 2047 is the fastest. -When mixer outputs 1000 or value inside DSHOT 3D deadband, DShot 0 is sent. +WARNING: ESC must be configured for 3D mode, and DSHOT_MIN set to 0. This splits the throttle ranges in two. Direction 1) 48 is the slowest, 1047 is the fastest. Direction 2) 1049 is the slowest, 2047 is the fastest. When mixer outputs 1000 or value inside DSHOT 3D deadband, DShot 0 is sent. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### DSHOT_BIDIR_EN (`INT32`) {#DSHOT_BIDIR_EN} Enable bidirectional DShot. -This parameter enables bidirectional DShot which provides RPM feedback. -Note that this requires ESCs that support bidirectional DSHot, e.g. BlHeli32. -This is not the same as DShot telemetry which requires an additional serial connection. +This parameter enables bidirectional DShot which provides RPM feedback. Note that this requires ESCs that support bidirectional DSHot, e.g. BlHeli32. This is not the same as DShot telemetry which requires an additional serial connection. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### DSHOT_MIN (`FLOAT`) {#DSHOT_MIN} Minimum DShot Motor Output. -Minimum Output Value for DShot in percent. The value depends on the ESC. Make -sure to set this high enough so that the motors are always spinning while -armed. +Minimum Output Value for DShot in percent. The value depends on the ESC. Make sure to set this high enough so that the motors are always spinning while armed. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0.055 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.055 | % ### DSHOT_TEL_CFG (`INT32`) {#DSHOT_TEL_CFG} @@ -17226,22 +15752,20 @@ Configure on which serial port to run DShot Driver. - `301`: Wifi Port - `401`: EXT2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MOT_POLE_COUNT (`INT32`) {#MOT_POLE_COUNT} Number of magnetic poles of the motors. -Specify the number of magnetic poles of the motors. -It is required to compute the RPM value from the eRPM returned with the ESC telemetry. -Either get the number from the motor spec sheet or count the magnets on the bell of the motor (not the stator magnets). -Typical motors for 5 inch props have 14 poles. +Specify the number of magnetic poles of the motors. It is required to compute the RPM value from the eRPM returned with the ESC telemetry. Either get the number from the motor spec sheet or count the magnets on the bell of the motor (not the stator magnets). Typical motors for 5 inch props have 14 poles. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 14 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 14 | ## EKF2 @@ -17249,9 +15773,9 @@ Typical motors for 5 inch props have 14 poles. 1-sigma IMU accelerometer switch-on bias. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ----- | -| ✓ | 0.0 | 0.5 | | 0.2 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 0.5 | | 0.2 | m/s^2 ### EKF2_ABL_ACCLIM (`FLOAT`) {#EKF2_ABL_ACCLIM} @@ -17259,9 +15783,9 @@ Maximum IMU accel magnitude that allows IMU bias learning. If the magnitude of the IMU accelerometer vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of high manoeuvre accelerations and IMU nonlinerity and scale factor errors on the accel bias estimates. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 20.0 | 200.0 | | 25.0 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 20.0 | 200.0 | | 25.0 | m/s^2 ### EKF2_ABL_GYRLIM (`FLOAT`) {#EKF2_ABL_GYRLIM} @@ -17269,9 +15793,9 @@ Maximum IMU gyro angular rate magnitude that allows IMU bias learning. If the magnitude of the IMU angular rate vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of rapid rotation rates and associated errors on the accel bias estimates. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2.0 | 20.0 | | 3.0 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2.0 | 20.0 | | 3.0 | rad/s ### EKF2_ABL_LIM (`FLOAT`) {#EKF2_ABL_LIM} @@ -17279,9 +15803,9 @@ Accelerometer bias learning limit. The ekf accel bias states will be limited to within a range equivalent to +- of this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 0.8 | | 0.4 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.8 | | 0.4 | m/s^2 ### EKF2_ABL_TAU (`FLOAT`) {#EKF2_ABL_TAU} @@ -17289,25 +15813,25 @@ Accel bias learning inhibit time constant. The vector magnitude of angular rate and acceleration used to check if learning should be inhibited has a peak hold filter applied to it with an exponential decay. This parameter controls the time constant of the decay. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.0 | | 0.5 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | | 0.5 | s ### EKF2_ACC_B_NOISE (`FLOAT`) {#EKF2_ACC_B_NOISE} Process noise for IMU accelerometer bias prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 0.01 | | 0.003 | m/s^3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.01 | | 0.003 | m/s^3 ### EKF2_ACC_NOISE (`FLOAT`) {#EKF2_ACC_NOISE} Accelerometer noise for covariance prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.01 | 1.0 | | 0.35 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1.0 | | 0.35 | m/s^2 ### EKF2_AGP_CTRL (`INT32`) {#EKF2_AGP_CTRL} @@ -17320,17 +15844,18 @@ Set bits in the following positions to enable: 0 : Horizontal position fusion 1 - `0`: Horizontal position - `1`: Vertical position -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0 | ### EKF2_AGP_DELAY (`FLOAT`) {#EKF2_AGP_DELAY} Aux global position estimator delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 0 | ms ### EKF2_AGP_GATE (`FLOAT`) {#EKF2_AGP_GATE} @@ -17338,24 +15863,9 @@ Gate size for aux global position fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 3.0 | SD | - -### EKF2_AGP_MODE (`INT32`) {#EKF2_AGP_MODE} - -Fusion reset mode. - -Automatic: reset on fusion timeout if no other source of position is available Dead-reckoning: reset on fusion timeout if no source of velocity is available - -**Values:** - -- `0`: Automatic -- `1`: Dead-reckoning - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 3.0 | SD ### EKF2_AGP_NOISE (`FLOAT`) {#EKF2_AGP_NOISE} @@ -17363,17 +15873,17 @@ Measurement noise for aux global position measurements. Used to lower bound or replace the uncertainty included in the message -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 0.9 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 0.9 | m ### EKF2_ANGERR_INIT (`FLOAT`) {#EKF2_ANGERR_INIT} 1-sigma tilt angle uncertainty after gravity vector alignment. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.0 | 0.5 | | 0.1 | rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 0.5 | | 0.1 | rad ### EKF2_ARSP_THR (`FLOAT`) {#EKF2_ARSP_THR} @@ -17381,33 +15891,33 @@ Airspeed fusion threshold. Airspeed data is fused for wind estimation if above this threshold. Set to 0 to disable airspeed fusion. For reliable wind estimation both sideslip (see EKF2_FUSE_BETA) and airspeed fusion should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 0.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | | 0.0 | m/s ### EKF2_ASPD_MAX (`FLOAT`) {#EKF2_ASPD_MAX} Maximum airspeed used for baro static pressure compensation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5.0 | 50.0 | | 20.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5.0 | 50.0 | | 20.0 | m/s ### EKF2_ASP_DELAY (`FLOAT`) {#EKF2_ASP_DELAY} Airspeed measurement delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 100 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 100 | ms ### EKF2_AVEL_DELAY (`FLOAT`) {#EKF2_AVEL_DELAY} Auxiliary Velocity Estimate delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 5 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 5 | ms ### EKF2_BARO_CTRL (`INT32`) {#EKF2_BARO_CTRL} @@ -17415,17 +15925,17 @@ Barometric sensor height aiding. If this parameter is enabled then the estimator will make use of the barometric height measurements to estimate its height in addition to other height sources (if activated). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### EKF2_BARO_DELAY (`FLOAT`) {#EKF2_BARO_DELAY} Barometer measurement delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 0 | ms ### EKF2_BARO_GATE (`FLOAT`) {#EKF2_BARO_GATE} @@ -17433,17 +15943,17 @@ Gate size for barometric and GPS height fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_BARO_NOISE (`FLOAT`) {#EKF2_BARO_NOISE} Measurement noise for barometric altitude. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 15.0 | | 3.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 15.0 | | 3.5 | m ### EKF2_BCOEF_X (`FLOAT`) {#EKF2_BCOEF_X} @@ -17451,9 +15961,9 @@ X-axis ballistic coefficient used for multi-rotor wind estimation. This parameter controls the prediction of drag produced by bluff body drag along the forward/reverse axis when flying a multi-copter which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------ | -| | 0.0 | 200.0 | | 100.0 | kg/m^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 200.0 | | 100.0 | kg/m^2 ### EKF2_BCOEF_Y (`FLOAT`) {#EKF2_BCOEF_Y} @@ -17461,9 +15971,9 @@ Y-axis ballistic coefficient used for multi-rotor wind estimation. This parameter controls the prediction of drag produced by bluff body drag along the right/left axis when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------ | -| | 0.0 | 200.0 | | 100.0 | kg/m^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 200.0 | | 100.0 | kg/m^2 ### EKF2_BETA_GATE (`FLOAT`) {#EKF2_BETA_GATE} @@ -17471,17 +15981,17 @@ Gate size for synthetic sideslip fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_BETA_NOISE (`FLOAT`) {#EKF2_BETA_NOISE} Noise for synthetic sideslip fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.0 | | 0.3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | | 0.3 | m/s ### EKF2_DECL_TYPE (`INT32`) {#EKF2_DECL_TYPE} @@ -17494,9 +16004,10 @@ Set bits in the following positions to enable functions. 0 : Set to true to use - `0`: use geo_lookup declination - `1`: save EKF2_MAG_DECL on disarm -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 3 | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 3 | | 3 | ### EKF2_DELAY_MAX (`FLOAT`) {#EKF2_DELAY_MAX} @@ -17504,19 +16015,19 @@ Maximum delay of all the aiding sensors. Defines the delay between the current time and the delayed-time horizon. This value should be at least as large as the largest EKF2_XXX_DELAY parameter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 1000 | | 200 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 1000 | | 200 | ms ### EKF2_DRAG_CTRL (`INT32`) {#EKF2_DRAG_CTRL} Multirotor wind estimation selection. -Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2*BCOEF*[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane. +Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2_BCOEF_[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### EKF2_DRAG_NOISE (`FLOAT`) {#EKF2_DRAG_NOISE} @@ -17524,35 +16035,25 @@ Specific drag force observation noise variance. Used by the multi-rotor specific drag force model. Increasing this makes the multi-rotor wind estimates adjust more slowly. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | --------- | -| | 0.5 | 10.0 | | 2.5 | (m/s^2)^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 10.0 | | 2.5 | (m/s^2)^2 ### EKF2_EAS_NOISE (`FLOAT`) {#EKF2_EAS_NOISE} Measurement noise for airspeed fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 5.0 | | 1.4 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 5.0 | | 1.4 | m/s ### EKF2_EN (`INT32`) {#EKF2_EN} EKF2 enable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | - -### EKF2_ENGINE_WRM (`INT32`) {#EKF2_ENGINE_WRM} - -Enable constant position fusion during engine warmup. - -When enabled, constant position fusion is enabled when the vehicle is landed and armed. This is intended for IC engine warmup (e.g., fuel engines on catapult) to allow mode transitions to auto/takeoff despite vibrations from running engines. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### EKF2_EVA_NOISE (`FLOAT`) {#EKF2_EVA_NOISE} @@ -17560,9 +16061,9 @@ Measurement noise for vision angle measurements. Used to lower bound or replace the uncertainty included in the message -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | | | 0.1 | rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | | | 0.1 | rad ### EKF2_EVP_GATE (`FLOAT`) {#EKF2_EVP_GATE} @@ -17570,9 +16071,9 @@ Gate size for vision position fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_EVP_NOISE (`FLOAT`) {#EKF2_EVP_NOISE} @@ -17580,9 +16081,9 @@ Measurement noise for vision position measurements. Used to lower bound or replace the uncertainty included in the message -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 0.1 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 0.1 | m ### EKF2_EVV_GATE (`FLOAT`) {#EKF2_EVV_GATE} @@ -17590,9 +16091,9 @@ Gate size for vision velocity estimate fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 3.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 3.0 | SD ### EKF2_EVV_NOISE (`FLOAT`) {#EKF2_EVV_NOISE} @@ -17600,9 +16101,9 @@ Measurement noise for vision velocity measurements. Used to lower bound or replace the uncertainty included in the message -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 0.1 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 0.1 | m/s ### EKF2_EV_CTRL (`INT32`) {#EKF2_EV_CTRL} @@ -17617,17 +16118,18 @@ Set bits in the following positions to enable: 0 : Horizontal position fusion 1 - `2`: 3D velocity - `3`: Yaw -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 15 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 15 | | 0 | ### EKF2_EV_DELAY (`FLOAT`) {#EKF2_EV_DELAY} Vision Position Estimator delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 0 | ms ### EKF2_EV_NOISE_MD (`INT32`) {#EKF2_EV_NOISE_MD} @@ -17640,9 +16142,10 @@ If set to 0 (default) the measurement noise is taken from the vision message and - `0`: EV reported variance (parameter lower bound) - `1`: EV noise parameters -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### EKF2_EV_POS_X (`FLOAT`) {#EKF2_EV_POS_X} @@ -17650,9 +16153,9 @@ X position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_EV_POS_Y (`FLOAT`) {#EKF2_EV_POS_Y} @@ -17660,9 +16163,9 @@ Y position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_EV_POS_Z (`FLOAT`) {#EKF2_EV_POS_Z} @@ -17670,9 +16173,9 @@ Z position of VI sensor focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_EV_QMIN (`INT32`) {#EKF2_EV_QMIN} @@ -17680,9 +16183,9 @@ External vision (EV) minimum quality (optional). External vision will only be started and fused if the quality metric is above this threshold. The quality metric is a completely optional field provided by some VIO systems. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | | 0 | ### EKF2_FUSE_BETA (`INT32`) {#EKF2_FUSE_BETA} @@ -17690,17 +16193,17 @@ Enable synthetic sideslip fusion. For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to vehicles in fixed-wing mode or with airspeed fusion active. Note: side slip fusion is currently not supported for tailsitters. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### EKF2_GBIAS_INIT (`FLOAT`) {#EKF2_GBIAS_INIT} 1-sigma IMU gyro switch-on bias. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ----- | -| ✓ | 0.0 | 0.2 | | 0.1 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 0.2 | | 0.1 | rad/s ### EKF2_GND_EFF_DZ (`FLOAT`) {#EKF2_GND_EFF_DZ} @@ -17708,9 +16211,9 @@ Baro deadzone range for height fusion. Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10.0 | | 4.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | | 4.0 | m ### EKF2_GND_MAX_HGT (`FLOAT`) {#EKF2_GND_MAX_HGT} @@ -17718,9 +16221,9 @@ Height above ground level for ground effect zone. Sets the maximum distance to the ground level where negative baro innovations are expected. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 5.0 | | 0.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 5.0 | | 0.5 | m ### EKF2_GPS_CHECK (`INT32`) {#EKF2_GPS_CHECK} @@ -17740,12 +16243,11 @@ Each threshold value is defined by the parameter indicated next to the check. Dr - `7`: Horizontal speed offset (EKF2_REQ_HDRIFT) - `8`: Vertical speed offset (EKF2_REQ_VDRIFT) - `9`: Spoofing -- `10`: GPS fix type (EKF2_REQ_FIX) -- `11`: Jamming -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4095 | | 2047 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1023 | | 1023 | ### EKF2_GPS_CTRL (`INT32`) {#EKF2_GPS_CTRL} @@ -17760,64 +16262,48 @@ Set bits in the following positions to enable: 0 : Longitude and latitude fusion - `2`: 3D velocity - `3`: Dual antenna heading -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 15 | | 7 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 15 | | 7 | ### EKF2_GPS_DELAY (`FLOAT`) {#EKF2_GPS_DELAY} -GPS measurement delay relative to IMU measurement. +GPS measurement delay relative to IMU measurements. -GPS measurement delay relative to IMU measurement if PPS time correction is not available/enabled (PPS_CAP_ENABLE). - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 110 | ms | - -### EKF2_GPS_MODE (`INT32`) {#EKF2_GPS_MODE} - -Fusion reset mode. - -Automatic: reset on fusion timeout if no other source of position is available. Dead-reckoning: reset on fusion timeout if no source of velocity is available. - -**Values:** - -- `0`: Automatic -- `1`: Dead-reckoning - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 110 | ms ### EKF2_GPS_POS_X (`FLOAT`) {#EKF2_GPS_POS_X} X position of GPS antenna in body frame. -Forward (roll) axis with origin relative to vehicle centre of gravity +Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_GPS_POS_Y (`FLOAT`) {#EKF2_GPS_POS_Y} Y position of GPS antenna in body frame. -Right (pitch) axis with origin relative to vehicle centre of gravity +Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_GPS_POS_Z (`FLOAT`) {#EKF2_GPS_POS_Z} Z position of GPS antenna in body frame. -Down (yaw) axis with origin relative to vehicle centre of gravity +Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_GPS_P_GATE (`FLOAT`) {#EKF2_GPS_P_GATE} @@ -17825,17 +16311,17 @@ Gate size for GNSS position fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_GPS_P_NOISE (`FLOAT`) {#EKF2_GPS_P_NOISE} Measurement noise for GNSS position. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 10.0 | | 0.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 10.0 | | 0.5 | m ### EKF2_GPS_V_GATE (`FLOAT`) {#EKF2_GPS_V_GATE} @@ -17843,33 +16329,33 @@ Gate size for GNSS velocity fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_GPS_V_NOISE (`FLOAT`) {#EKF2_GPS_V_NOISE} Measurement noise for GNSS velocity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5.0 | | 0.3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 5.0 | | 0.3 | m/s ### EKF2_GPS_YAW_OFF (`FLOAT`) {#EKF2_GPS_YAW_OFF} Heading/Yaw offset for dual antenna GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 360.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 360.0 | | 0.0 | deg ### EKF2_GRAV_NOISE (`FLOAT`) {#EKF2_GRAV_NOISE} Accelerometer measurement noise for gravity based observations. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 10.0 | | 1.0 | g0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 10.0 | | 1.0 | g0 ### EKF2_GSF_TAS (`FLOAT`) {#EKF2_GSF_TAS} @@ -17877,9 +16363,9 @@ Default value of true airspeed used in EKF-GSF AHRS calculation. If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 100.0 | | 15.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 15.0 | m/s ### EKF2_GYR_B_LIM (`FLOAT`) {#EKF2_GYR_B_LIM} @@ -17887,25 +16373,25 @@ Gyro bias learning limit. The ekf gyro bias states will be limited to within a range equivalent to +- of this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 0.4 | | 0.15 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.4 | | 0.15 | rad/s ### EKF2_GYR_B_NOISE (`FLOAT`) {#EKF2_GYR_B_NOISE} Process noise for IMU rate gyro bias prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 0.01 | | 0.001 | rad/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.01 | | 0.001 | rad/s^2 ### EKF2_GYR_NOISE (`FLOAT`) {#EKF2_GYR_NOISE} Rate gyro noise for covariance prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0001 | 0.1 | | 0.015 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0001 | 0.1 | | 0.015 | rad/s ### EKF2_HDG_GATE (`FLOAT`) {#EKF2_HDG_GATE} @@ -17913,17 +16399,17 @@ Gate size for heading fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 2.6 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 2.6 | SD ### EKF2_HEAD_NOISE (`FLOAT`) {#EKF2_HEAD_NOISE} Measurement noise for magnetic heading fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 1.0 | | 0.3 | rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1.0 | | 0.3 | rad ### EKF2_HGT_REF (`INT32`) {#EKF2_HGT_REF} @@ -17938,9 +16424,10 @@ When multiple height sources are enabled at the same time, the height estimate w - `2`: Range sensor - `3`: Vision -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 1 | ### EKF2_IMU_CTRL (`INT32`) {#EKF2_IMU_CTRL} @@ -17952,9 +16439,10 @@ IMU control. - `1`: Accel Bias - `2`: Gravity vector fusion -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 7 | | 7 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 7 | | 7 | ### EKF2_IMU_POS_X (`FLOAT`) {#EKF2_IMU_POS_X} @@ -17962,9 +16450,9 @@ X position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_IMU_POS_Y (`FLOAT`) {#EKF2_IMU_POS_Y} @@ -17972,9 +16460,9 @@ Y position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_IMU_POS_Z (`FLOAT`) {#EKF2_IMU_POS_Z} @@ -17982,17 +16470,17 @@ Z position of IMU in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_LOG_VERBOSE (`INT32`) {#EKF2_LOG_VERBOSE} Verbose logging. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### EKF2_MAG_ACCLIM (`FLOAT`) {#EKF2_MAG_ACCLIM} @@ -18000,17 +16488,17 @@ Horizontal acceleration threshold used for heading observability check. The heading is assumed to be observable when the body acceleration is greater than this parameter when a global position/velocity aiding source is active. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 5.0 | | 0.5 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 5.0 | | 0.5 | m/s^2 ### EKF2_MAG_B_NOISE (`FLOAT`) {#EKF2_MAG_B_NOISE} Process noise for body magnetic field prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 0.1 | | 0.0001 | gauss/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.1 | | 0.0001 | gauss/s ### EKF2_MAG_CHECK (`INT32`) {#EKF2_MAG_CHECK} @@ -18024,9 +16512,10 @@ Bitmask to set which check is used to decide whether the magnetometer data is va - `1`: Inclination (EKF2_MAG_CHK_INC) - `2`: Wait for WMM -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 7 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 7 | | 1 | ### EKF2_MAG_CHK_INC (`FLOAT`) {#EKF2_MAG_CHK_INC} @@ -18034,9 +16523,9 @@ Magnetic field inclination check tolerance. Maximum allowed deviation from the expected magnetic field inclination to pass the check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 90.0 | | 20.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 90.0 | | 20.0 | deg ### EKF2_MAG_CHK_STR (`FLOAT`) {#EKF2_MAG_CHK_STR} @@ -18044,33 +16533,33 @@ Magnetic field strength check tolerance. Maximum allowed deviation from the expected magnetic field strength to pass the check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1.0 | | 0.2 | gauss | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | | 0.2 | gauss ### EKF2_MAG_DECL (`FLOAT`) {#EKF2_MAG_DECL} Magnetic declination. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | deg ### EKF2_MAG_DELAY (`FLOAT`) {#EKF2_MAG_DELAY} Magnetometer measurement delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 0 | ms ### EKF2_MAG_E_NOISE (`FLOAT`) {#EKF2_MAG_E_NOISE} Process noise for earth magnetic field prediction. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 0.1 | | 0.001 | gauss/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.1 | | 0.001 | gauss/s ### EKF2_MAG_GATE (`FLOAT`) {#EKF2_MAG_GATE} @@ -18078,17 +16567,17 @@ Gate size for magnetometer XYZ component fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 3.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 3.0 | SD ### EKF2_MAG_NOISE (`FLOAT`) {#EKF2_MAG_NOISE} Measurement noise for magnetometer 3-axis fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.001 | 1.0 | | 0.05 | gauss | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.001 | 1.0 | | 0.05 | gauss ### EKF2_MAG_TYPE (`INT32`) {#EKF2_MAG_TYPE} @@ -18103,19 +16592,20 @@ Integer controlling the type of magnetometer fusion used - magnetic heading or 3 - `5`: None - `6`: Init -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### EKF2_MCOEF (`FLOAT`) {#EKF2_MCOEF} Propeller momentum drag coefficient for multi-rotor wind estimation. -This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis. +This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1.0 | | 0.15 | 1/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1.0 | | 0.15 | 1/s ### EKF2_MIN_RNG (`FLOAT`) {#EKF2_MIN_RNG} @@ -18123,9 +16613,9 @@ Expected range finder reading when on ground. If the vehicle is on ground, is not moving as determined by the motion test and the range finder is returning invalid or no data, then an assumed range value of EKF2_MIN_RNG will be used by the terrain estimator so that a terrain height estimate is available at the start of flight in situations where the range finder may be inside its minimum measurements distance when on ground. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 0.01 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 0.1 | m ### EKF2_MULTI_IMU (`INT32`) {#EKF2_MULTI_IMU} @@ -18133,9 +16623,9 @@ Multi-EKF IMUs. Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 4 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 4 | | 0 | ### EKF2_MULTI_MAG (`INT32`) {#EKF2_MULTI_MAG} @@ -18143,17 +16633,17 @@ Multi-EKF Magnetometers. Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 4 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 4 | | 0 | ### EKF2_NOAID_NOISE (`FLOAT`) {#EKF2_NOAID_NOISE} Measurement noise for non-aiding position hold. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 50.0 | | 10.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 50.0 | | 10.0 | m ### EKF2_NOAID_TOUT (`INT32`) {#EKF2_NOAID_TOUT} @@ -18161,9 +16651,9 @@ Maximum inertial dead-reckoning time. Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 500000 | 10000000 | | 5000000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 500000 | 10000000 | | 5000000 | us ### EKF2_OF_CTRL (`INT32`) {#EKF2_OF_CTRL} @@ -18171,9 +16661,9 @@ Optical flow aiding. Enable optical flow fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### EKF2_OF_DELAY (`FLOAT`) {#EKF2_OF_DELAY} @@ -18181,9 +16671,9 @@ Optical flow measurement delay relative to IMU measurements. Assumes measurement is timestamped at trailing edge of integration period -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 20 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 20 | ms ### EKF2_OF_GATE (`FLOAT`) {#EKF2_OF_GATE} @@ -18191,9 +16681,9 @@ Gate size for optical flow fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 3.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 3.0 | SD ### EKF2_OF_GYR_SRC (`INT32`) {#EKF2_OF_GYR_SRC} @@ -18206,9 +16696,10 @@ Auto: use gyro from optical flow message if available, internal gyro otherwise. - `0`: Auto - `1`: Internal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### EKF2_OF_N_MAX (`FLOAT`) {#EKF2_OF_N_MAX} @@ -18216,9 +16707,9 @@ Optical flow maximum noise. Measurement noise for the optical flow sensor when it's reported quality metric is at the minimum -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.05 | | | 0.5 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | | | 0.5 | rad/s ### EKF2_OF_N_MIN (`FLOAT`) {#EKF2_OF_N_MIN} @@ -18226,9 +16717,9 @@ Optical flow minimum noise. Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.05 | | | 0.15 | rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | | | 0.15 | rad/s ### EKF2_OF_POS_X (`FLOAT`) {#EKF2_OF_POS_X} @@ -18236,9 +16727,9 @@ X position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_OF_POS_Y (`FLOAT`) {#EKF2_OF_POS_Y} @@ -18246,9 +16737,9 @@ Y position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_OF_POS_Z (`FLOAT`) {#EKF2_OF_POS_Z} @@ -18256,9 +16747,9 @@ Z position of optical flow focal point in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_OF_QMIN (`INT32`) {#EKF2_OF_QMIN} @@ -18266,9 +16757,9 @@ In air optical flow minimum quality. Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 1 | ### EKF2_OF_QMIN_GND (`INT32`) {#EKF2_OF_QMIN_GND} @@ -18276,9 +16767,9 @@ On ground optical flow minimum quality. Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 0 | ### EKF2_PCOEF_XN (`FLOAT`) {#EKF2_PCOEF_XN} @@ -18286,9 +16777,9 @@ Static pressure position error coefficient for the negative X axis. 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. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_XP (`FLOAT`) {#EKF2_PCOEF_XP} @@ -18296,9 +16787,9 @@ Static pressure position error coefficient for the positive X axis. 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 forward flight, then this will be a negative number. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_YN (`FLOAT`) {#EKF2_PCOEF_YN} @@ -18306,9 +16797,9 @@ Pressure position error coefficient for the negative Y axis. This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis. If the baro height estimate rises during sideways flight to the left, then this will be a negative number. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_YP (`FLOAT`) {#EKF2_PCOEF_YP} @@ -18316,9 +16807,9 @@ Pressure position error coefficient for the positive Y axis. This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis. If the baro height estimate rises during sideways flight to the right, then this will be a negative number. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | | 0.0 | ### EKF2_PCOEF_Z (`FLOAT`) {#EKF2_PCOEF_Z} @@ -18326,9 +16817,9 @@ Static pressure position error coefficient for the Z axis. This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | | 0.0 | ### EKF2_PREDICT_US (`INT32`) {#EKF2_PREDICT_US} @@ -18336,45 +16827,25 @@ EKF prediction period. EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1000 | 20000 | | 10000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1000 | 20000 | | 10000 | us ### EKF2_REQ_EPH (`FLOAT`) {#EKF2_REQ_EPH} Required EPH to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2 | 100 | | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 100 | | 3.0 | m ### EKF2_REQ_EPV (`FLOAT`) {#EKF2_REQ_EPV} Required EPV to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2 | 100 | | 5.0 | m | - -### EKF2_REQ_FIX (`INT32`) {#EKF2_REQ_FIX} - -Required GPS fix. - -Minimum GPS fix type required for GPS usage. - -**Values:** - -- `0`: No fix required -- `2`: 2D fix -- `3`: 3D fix -- `4`: RTCM code differential -- `5`: RTK float -- `6`: RTK fixed -- `8`: Extrapolated - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 100 | | 5.0 | m ### EKF2_REQ_GPS_H (`FLOAT`) {#EKF2_REQ_GPS_H} @@ -18382,49 +16853,49 @@ Required GPS health time on startup. Minimum continuous period without GPS failure required to mark a healthy GPS status. It can be reduced to speed up initialization, but it's recommended to keep this unchanged for a vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.1 | | | 10.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.1 | | | 10.0 | s ### EKF2_REQ_HDRIFT (`FLOAT`) {#EKF2_REQ_HDRIFT} Maximum horizontal drift speed to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.0 | | 0.1 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | | 0.1 | m/s ### EKF2_REQ_NSATS (`INT32`) {#EKF2_REQ_NSATS} Required satellite count to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 4 | 12 | | 6 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 4 | 12 | | 6 | ### EKF2_REQ_PDOP (`FLOAT`) {#EKF2_REQ_PDOP} Maximum PDOP to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.5 | 5.0 | | 2.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.5 | 5.0 | | 2.5 | ### EKF2_REQ_SACC (`FLOAT`) {#EKF2_REQ_SACC} Required speed accuracy to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 5.0 | | 0.5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 5.0 | | 0.5 | m/s ### EKF2_REQ_VDRIFT (`FLOAT`) {#EKF2_REQ_VDRIFT} Maximum vertical drift speed to use GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.5 | | 0.2 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.5 | | 0.2 | m/s ### EKF2_RNG_A_HMAX (`FLOAT`) {#EKF2_RNG_A_HMAX} @@ -18432,9 +16903,19 @@ Maximum height above ground allowed for conditional range aid mode. If the vehicle absolute altitude exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 10.0 | | 5.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10.0 | | 5.0 | m + +### EKF2_RNG_A_IGATE (`FLOAT`) {#EKF2_RNG_A_IGATE} + +Gate size used for innovation consistency checks for range aid fusion. + +A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 5.0 | | 1.0 | SD ### EKF2_RNG_A_VMAX (`FLOAT`) {#EKF2_RNG_A_VMAX} @@ -18442,9 +16923,9 @@ Maximum horizontal velocity allowed for conditional range aid mode. If the vehicle horizontal speed exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 2 | | 1.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 2 | | 1.0 | m/s ### EKF2_RNG_CTRL (`INT32`) {#EKF2_RNG_CTRL} @@ -18458,17 +16939,18 @@ WARNING: Range finder measurements are less reliable and can experience unexpect - `1`: Enabled (conditional mode) - `2`: Enabled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### EKF2_RNG_DELAY (`FLOAT`) {#EKF2_RNG_DELAY} Range finder measurement delay relative to IMU measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 300 | | 5 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 300 | | 5 | ms ### EKF2_RNG_FOG (`FLOAT`) {#EKF2_RNG_FOG} @@ -18476,9 +16958,9 @@ Maximum distance at which the range finder could detect fog (m). Limit for fog detection. If the range finder measures a distance greater than this value, the measurement is considered to not be blocked by fog or rain. If there's a jump from larger than RNG_FOG to smaller than EKF2_RNG_FOG, the measurement may gets rejected. 0 - disabled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 20.0 | | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 20.0 | | 3.0 | m ### EKF2_RNG_GATE (`FLOAT`) {#EKF2_RNG_GATE} @@ -18486,9 +16968,9 @@ Gate size for range finder fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_RNG_K_GATE (`FLOAT`) {#EKF2_RNG_K_GATE} @@ -18496,25 +16978,25 @@ Gate size used for range finder kinematic consistency check. To be used, the time derivative of the distance sensor measurements projected on the vertical axis needs to be statistically consistent with the estimated vertical velocity of the drone. Decrease this value to make the filter more robust against range finder faulty data (stuck, reflections, ...). Note: tune the range finder noise parameters (EKF2_RNG_NOISE and EKF2_RNG_SFE) before tuning this gate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 5.0 | | 1.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 5.0 | | 1.0 | SD ### EKF2_RNG_NOISE (`FLOAT`) {#EKF2_RNG_NOISE} Measurement noise for range finder fusion. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 0.1 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 0.1 | m ### EKF2_RNG_PITCH (`FLOAT`) {#EKF2_RNG_PITCH} Range sensor pitch offset. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.75 | 0.75 | | 0.0 | rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.75 | 0.75 | | 0.0 | rad ### EKF2_RNG_POS_X (`FLOAT`) {#EKF2_RNG_POS_X} @@ -18522,9 +17004,9 @@ X position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_RNG_POS_Y (`FLOAT`) {#EKF2_RNG_POS_Y} @@ -18532,9 +17014,9 @@ Y position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_RNG_POS_Z (`FLOAT`) {#EKF2_RNG_POS_Z} @@ -18542,9 +17024,9 @@ Z position of range finder origin in body frame. Forward axis with origin relative to vehicle centre of gravity -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | m ### EKF2_RNG_QLTY_T (`FLOAT`) {#EKF2_RNG_QLTY_T} @@ -18552,9 +17034,9 @@ Minumum range validity period. Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 5 | | 1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 5 | | 1.0 | s ### EKF2_RNG_SFE (`FLOAT`) {#EKF2_RNG_SFE} @@ -18562,9 +17044,9 @@ Range finder range dependent noise scaler. Specifies the increase in range finder noise with range. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 0.2 | | 0.05 | m/m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.2 | | 0.05 | m/m ### EKF2_SEL_ERR_RED (`FLOAT`) {#EKF2_SEL_ERR_RED} @@ -18572,9 +17054,9 @@ Selector error reduce threshold. EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.2 | ### EKF2_SEL_IMU_ACC (`FLOAT`) {#EKF2_SEL_IMU_ACC} @@ -18582,9 +17064,9 @@ Selector acceleration threshold. EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | | | | 1.0 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1.0 | m/s^2 ### EKF2_SEL_IMU_ANG (`FLOAT`) {#EKF2_SEL_IMU_ANG} @@ -18592,9 +17074,9 @@ Selector angular threshold. EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 15.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 15.0 | deg ### EKF2_SEL_IMU_RAT (`FLOAT`) {#EKF2_SEL_IMU_RAT} @@ -18602,9 +17084,9 @@ Selector angular rate threshold. EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | | | | 7.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 7.0 | deg/s ### EKF2_SEL_IMU_VEL (`FLOAT`) {#EKF2_SEL_IMU_VEL} @@ -18612,9 +17094,9 @@ Selector angular threshold. EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 2.0 | m/s ### EKF2_SYNT_MAG_Z (`INT32`) {#EKF2_SYNT_MAG_Z} @@ -18622,9 +17104,9 @@ Enable synthetic magnetometer Z component measurement. Use for vehicles where the measured body Z magnetic field is subject to strong magnetic interference. For magnetic heading fusion the magnetometer Z measurement will be replaced by a synthetic value calculated using the knowledge of the 3D magnetic field vector at the location of the drone. Therefore, this parameter will only have an effect if the global position of the drone is known. For 3D mag fusion the magnetometer Z measurement will simply be ignored instead of fusing the synthetic value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### EKF2_TAS_GATE (`FLOAT`) {#EKF2_TAS_GATE} @@ -18632,9 +17114,9 @@ Gate size for TAS fusion. Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 5.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 5.0 | SD ### EKF2_TAU_POS (`FLOAT`) {#EKF2_TAU_POS} @@ -18642,41 +17124,41 @@ Output predictor position time constant. Controls how tightly the output track the EKF states -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.0 | | 0.25 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | | 0.25 | s ### EKF2_TAU_VEL (`FLOAT`) {#EKF2_TAU_VEL} Time constant of the velocity output prediction and smoothing filter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | 1.0 | | 0.25 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | 1.0 | | 0.25 | s ### EKF2_TERR_GRAD (`FLOAT`) {#EKF2_TERR_GRAD} Magnitude of terrain gradient. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 0.5 | m/m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | | 0.5 | m/m ### EKF2_TERR_NOISE (`FLOAT`) {#EKF2_TERR_NOISE} Terrain altitude process noise. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | | | 5.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | | | 5.0 | m/s ### EKF2_VEL_LIM (`FLOAT`) {#EKF2_VEL_LIM} Velocity limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | --------- | --------- | ------- | ---- | -| | | 299792458 | | 100 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | 299792458 | | 100 | m/s ### EKF2_WIND_NSD (`FLOAT`) {#EKF2_WIND_NSD} @@ -18684,9 +17166,9 @@ Process noise spectral density for wind velocity prediction. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0.0 | 1.0 | | 0.05 | m/s^2/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | | 0.05 | m/s^2/sqrt(Hz) ## ESC @@ -18694,25 +17176,25 @@ When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this Required esc bootloader version. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### ESC_FW_VER (`INT32`) {#ESC_FW_VER} Required esc firmware version. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ### ESC_HW_VER (`INT32`) {#ESC_HW_VER} Required esc hardware version. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 65535 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 65535 | | 0 | ## Events @@ -18720,30 +17202,21 @@ Required esc hardware version. RC Loss Alarm. -Enable/disable event task for RC Loss. When enabled, an alarm tune will be -played via buzzer or ESCs, if supported. The alarm will sound after a disarm, -if the vehicle was previously armed and only if the vehicle had RC signal at -some point. Particularly useful for locating crashed drones without a GPS -sensor. +Enable/disable event task for RC Loss. When enabled, an alarm tune will be played via buzzer or ESCs, if supported. The alarm will sound after a disarm, if the vehicle was previously armed and only if the vehicle had RC signal at some point. Particularly useful for locating crashed drones without a GPS sensor. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### EV_TSK_STAT_DIS (`INT32`) {#EV_TSK_STAT_DIS} Status Display. -Enable/disable event task for displaying the vehicle status using arm-mounted -LEDs. When enabled and if the vehicle supports it, LEDs will flash -indicating various vehicle status changes. Currently PX4 has not implemented -any specific status events. +Enable/disable event task for displaying the vehicle status using arm-mounted LEDs. When enabled and if the vehicle supports it, LEDs will flash indicating various vehicle status changes. Currently PX4 has not implemented any specific status events. - -- - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ## FW Attitude Control @@ -18753,9 +17226,9 @@ Maximum manual pitch angle. Applies to both directions in all manual modes with attitude stabilization but without altitude control -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 90.0 | 0.5 | 30.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 90.0 | 0.5 | 30.0 | deg ### FW_MAN_R_MAX (`FLOAT`) {#FW_MAN_R_MAX} @@ -18763,146 +17236,137 @@ Maximum manual roll angle. Applies to both directions in all manual modes with attitude stabilization -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 90.0 | 0.5 | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 90.0 | 0.5 | 45.0 | deg ### FW_MAN_YR_MAX (`FLOAT`) {#FW_MAN_YR_MAX} Maximum manually added yaw rate. -This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. -It is added to the yaw rate setpoint generated by the controller for turn coordination. +This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. It is added to the yaw rate setpoint generated by the controller for turn coordination. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | | 0.5 | 30. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 0.5 | 30. | deg/s ### FW_PSP_OFF (`FLOAT`) {#FW_PSP_OFF} Pitch setpoint offset (pitch at level flight). -An airframe specific offset of the pitch setpoint in degrees, the value is -added to the pitch setpoint and should correspond to the pitch at -typical cruise speed of the airframe. +An airframe specific offset of the pitch setpoint in degrees, the value is added to the pitch setpoint and should correspond to the pitch at typical cruise speed of the airframe. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | 0.5 | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | 0.5 | 0.0 | deg ### FW_P_RMAX_NEG (`FLOAT`) {#FW_P_RMAX_NEG} Maximum negative / down pitch rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 180 | 0.5 | 60.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 180 | 0.5 | 60.0 | deg/s ### FW_P_RMAX_POS (`FLOAT`) {#FW_P_RMAX_POS} Maximum positive / up pitch rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 180 | 0.5 | 60.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 180 | 0.5 | 60.0 | deg/s ### FW_P_TC (`FLOAT`) {#FW_P_TC} Attitude pitch time constant. -This defines the latency between a pitch step input and the achieved setpoint -(inverse to a P gain). Smaller systems may require smaller values. +This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.2 | 1.0 | 0.05 | 0.4 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.2 | 1.0 | 0.05 | 0.4 | s ### FW_R_RMAX (`FLOAT`) {#FW_R_RMAX} Maximum roll rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 180 | 0.5 | 70.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 180 | 0.5 | 70.0 | deg/s ### FW_R_TC (`FLOAT`) {#FW_R_TC} Attitude Roll Time Constant. -This defines the latency between a roll step input and the achieved setpoint -(inverse to a P gain). Smaller systems may require smaller values. +This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.2 | 1.0 | 0.05 | 0.4 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.2 | 1.0 | 0.05 | 0.4 | s ### FW_WR_FF (`FLOAT`) {#FW_WR_FF} Wheel steering rate feed forward. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.05 | 0.2 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.05 | 0.2 | %/rad/s ### FW_WR_I (`FLOAT`) {#FW_WR_I} Wheel steering rate integrator gain. -This gain defines how much control response will result out of a steady -state error. It trims any constant error. +This gain defines how much control response will result out of a steady state error. It trims any constant error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 10 | 0.005 | 0.1 | %/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.1 | %/rad ### FW_WR_IMAX (`FLOAT`) {#FW_WR_IMAX} Wheel steering rate integrator limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.05 | 0.4 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.05 | 0.4 | ### FW_WR_P (`FLOAT`) {#FW_WR_P} Wheel steering rate proportional gain. -This defines how much the wheel steering input will be commanded depending on the -current body angular rate error. +This defines how much the wheel steering input will be commanded depending on the current body angular rate error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.5 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.5 | %/rad/s ### FW_W_EN (`INT32`) {#FW_W_EN} Enable wheel steering controller. -Only enabled during automatic runway takeoff and landing. -In all manual modes the wheel is directly controlled with yaw stick. +Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### FW_W_RMAX (`FLOAT`) {#FW_W_RMAX} Maximum wheel steering rate. -This limits the maximum wheel steering rate the controller will output (in degrees per -second). +This limits the maximum wheel steering rate the controller will output (in degrees per second). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 90.0 | 0.5 | 30.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 90.0 | 0.5 | 30.0 | deg/s ### FW_Y_RMAX (`FLOAT`) {#FW_Y_RMAX} Maximum yaw rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 180 | 0.5 | 50.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 180 | 0.5 | 50.0 | deg/s ## FW Auto Landing @@ -18910,77 +17374,67 @@ Maximum yaw rate setpoint. Flaps setting during landing. -Sets a fraction of full flaps during landing. -Also applies to flaperons if enabled in the mixer/allocation. +Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 1.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 1.0 | norm ### FW_LND_ABORT (`INT32`) {#FW_LND_ABORT} Bit mask to set the automatic landing abort conditions. -Terrain estimation: -bit 0: Abort if terrain is not found -bit 1: Abort if terrain times out (after a first successful measurement) -The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the -selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. -TODO: Extend automatic abort conditions -e.g. glide slope tracking error (horizontal and vertical) +Terrain estimation: bit 0: Abort if terrain is not found bit 1: Abort if terrain times out (after a first successful measurement) The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. TODO: Extend automatic abort conditions e.g. glide slope tracking error (horizontal and vertical) **Bitmask:** - `0`: Abort if terrain is not found (only applies to mission landings) - `1`: Abort if terrain times out (after a first successful measurement) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 3 | ### FW_LND_AIRSPD (`FLOAT`) {#FW_LND_AIRSPD} Landing airspeed. -The calibrated airspeed setpoint during landing. -If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. +The calibrated airspeed setpoint during landing. If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | | 0.1 | -1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | 0.1 | -1. | m/s ### FW_LND_ANG (`FLOAT`) {#FW_LND_ANG} Maximum landing slope angle. -Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. -Set this value within the vehicle's performance limits. +Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 45.0 | 0.5 | 5.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 15.0 | 0.5 | 5.0 | deg ### FW_LND_EARLYCFG (`INT32`) {#FW_LND_EARLYCFG} Early landing configuration deployment. -Allows to deploy the landing configuration (flaps, landing airspeed, etc.) already in -the loiter-down waypoint before the final approach. -Otherwise is enabled only in the final approach. +Allows to deploy the landing configuration (flaps, landing airspeed, etc.) already in the loiter-down waypoint before the final approach. Otherwise is enabled only in the final approach. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### FW_LND_FLALT (`FLOAT`) {#FW_LND_FLALT} Landing flare altitude (relative to landing altitude). -NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME \* |z-velocity|) is taken as the flare altitude +NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.5 | 0.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.5 | 0.5 | m ### FW_LND_FL_PMAX (`FLOAT`) {#FW_LND_FL_PMAX} @@ -18988,9 +17442,9 @@ Flare, maximum pitch. Maximum pitch during landing flare. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 45.0 | 0.5 | 15.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 45.0 | 0.5 | 15.0 | deg ### FW_LND_FL_PMIN (`FLOAT`) {#FW_LND_FL_PMIN} @@ -18998,9 +17452,9 @@ Flare, minimum pitch. Minimum pitch during landing flare. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -5 | 15.0 | 0.5 | 2.5 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -5 | 15.0 | 0.5 | 2.5 | deg ### FW_LND_FL_SINK (`FLOAT`) {#FW_LND_FL_SINK} @@ -19008,31 +17462,25 @@ Landing flare sink rate. TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2 | 0.1 | 0.25 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2 | 0.1 | 0.25 | m/s ### FW_LND_FL_TIME (`FLOAT`) {#FW_LND_FL_TIME} Landing flare time. -Multiplied by the descent rate to calculate a dynamic altitude at which -to trigger the flare. -NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME \* descent rate) is taken as the flare altitude +Multiplied by the descent rate to calculate a dynamic altitude at which to trigger the flare. NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 5.0 | 0.1 | 1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 5.0 | 0.1 | 1.0 | s ### FW_LND_NUDGE (`INT32`) {#FW_LND_NUDGE} Landing touchdown nudging option. -Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant -Approach path nudging: shifts the touchdown point laterally along with the entire approach path -This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the -desired landing vector. Nudging is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is -relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle). +Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant Approach path nudging: shifts the touchdown point laterally along with the entire approach path This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the desired landing vector. Nudging is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle). **Values:** @@ -19040,31 +17488,28 @@ relative to the vehicle heading (stick deflection to the right = land point move - `1`: Nudge approach angle - `2`: Nudge approach path -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 2 | ### FW_LND_TD_OFF (`FLOAT`) {#FW_LND_TD_OFF} Maximum lateral position offset for the touchdown point. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10.0 | 1 | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 1 | 3.0 | m ### FW_LND_TD_TIME (`FLOAT`) {#FW_LND_TD_TIME} Landing touchdown time (since flare start). -This is the time after the start of flaring that we expect the vehicle to touch the runway. -At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. -If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. -Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. -The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME). +This is the time after the start of flaring that we expect the vehicle to touch the runway. At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 5.0 | 0.1 | -1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 5.0 | 0.1 | -1.0 | s ### FW_LND_THRTC_SC (`FLOAT`) {#FW_LND_THRTC_SC} @@ -19072,18 +17517,15 @@ Altitude time constant factor for landing and low-height flight. The TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.2 | 1.0 | 0.1 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.2 | 1.0 | 0.1 | 1.0 | ### FW_LND_USETER (`INT32`) {#FW_LND_USETER} Use terrain estimation during landing. -This is critical for detecting when to flare, and should be enabled if possible. -If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing -will be aborted, depending on the criteria set in FW_LND_ABORT. -If disabled, FW_LND_ABORT terrain based criteria are ignored. +This is critical for detecting when to flare, and should be enabled if possible. If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing will be aborted, depending on the criteria set in FW_LND_ABORT. If disabled, FW_LND_ABORT terrain based criteria are ignored. **Values:** @@ -19091,17 +17533,18 @@ If disabled, FW_LND_ABORT terrain based criteria are ignored. - `1`: Use the terrain estimate to trigger the flare (only) - `2`: Calculate landing glide slope relative to the terrain estimate -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 1 | ### FW_SPOILERS_LND (`FLOAT`) {#FW_SPOILERS_LND} Spoiler landing setting. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0. | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 1 | 0.5 | m ## FW Auto Takeoff @@ -19109,12 +17552,13 @@ Spoiler landing setting. Flaps setting during take-off. -Sets a fraction of full flaps during take-off. -Also applies to flaperons if enabled in the mixer/allocation. +Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | 0.1 | 3.0 | m + +## FW Launch detection ### FW_LAUN_AC_T (`FLOAT`) {#FW_LAUN_AC_T} @@ -19122,9 +17566,9 @@ Trigger time. Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 5.0 | 0.05 | 0.05 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 5.0 | 0.05 | 0.05 | s ### FW_LAUN_AC_THLD (`FLOAT`) {#FW_LAUN_AC_THLD} @@ -19132,20 +17576,19 @@ Trigger acceleration threshold. Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | | 0.5 | 30.0 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 0.5 | 30.0 | m/s^2 ### FW_LAUN_DETCN_ON (`INT32`) {#FW_LAUN_DETCN_ON} Fixed-wing launch detection. -Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. -Not compatible with runway takeoff. +Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### FW_LAUN_MOT_DEL (`FLOAT`) {#FW_LAUN_MOT_DEL} @@ -19153,42 +17596,35 @@ Motor delay. Start the motor(s) this amount of seconds after launch is detected. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10.0 | 0.5 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 0.5 | 0.0 | s ### FW_TKO_AIRSPD (`FLOAT`) {#FW_TKO_AIRSPD} Takeoff Airspeed. -The calibrated airspeed setpoint during the takeoff climbout. -If set <= 0, FW_AIRSPD_MIN will be set by default. +The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | | 0.1 | -1.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | 0.1 | -1.0 | m/s ### FW_TKO_PITCH_MIN (`FLOAT`) {#FW_TKO_PITCH_MIN} Minimum pitch during takeoff. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -5.0 | 80.0 | 0.5 | 10.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.10 | 1.00 | 0.01 | 0.7 | -## FW General +### NPFG_EN_MIN_GSP (`INT32`) {#NPFG_EN_MIN_GSP} -### FW_GPSF_LT (`INT32`) {#FW_GPSF_LT} +Enable minimum forward ground speed maintaining excess wind handling logic. -GPS failure loiter time. - -The time the system should do open loop loiter and wait for GPS recovery -before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. -Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 30 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_GPSF_R (`FLOAT`) {#FW_GPSF_R} @@ -19196,24 +17632,19 @@ GPS failure fixed roll angle. Roll angle in GPS failure loiter mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 60.0 | 0.5 | 15.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 0.5 | 5.0 | m/s -### FW_POS_STK_CONF (`INT32`) {#FW_POS_STK_CONF} +### NPFG_LB_PERIOD (`INT32`) {#NPFG_LB_PERIOD} -Custom stick configuration. +Enable automatic lower bound on the NPFG period. -Applies in manual Position and Altitude flight modes. +Avoids limit cycling from a too aggressively tuned period/damping combination. If false, also disables upper bound NPFG_PERIOD_UB. -**Bitmask:** - -- `0`: Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick) -- `1`: Enable airspeed setpoint via sticks in altitude and position flight mode - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_P_LIM_MAX (`FLOAT`) {#FW_P_LIM_MAX} @@ -19221,9 +17652,9 @@ Maximum pitch angle setpoint. Applies in any altitude controlled flight mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 80.0 | 0.5 | 30.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 100.0 | 0.1 | 10.0 | s ### FW_P_LIM_MIN (`FLOAT`) {#FW_P_LIM_MIN} @@ -19231,9 +17662,9 @@ Minimum pitch angle setpoint. Applies in any altitude controlled flight mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -60.0 | 0.0 | 0.5 | -30.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10.0 | 0.1 | 1.5 | ### FW_R_LIM (`FLOAT`) {#FW_R_LIM} @@ -19241,9 +17672,9 @@ Maximum roll angle setpoint. Applies in any altitude controlled flight mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 35.0 | 75.0 | 0.5 | 50.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.00 | 2.00 | 0.05 | 0.5 | s ### FW_THR_IDLE (`FLOAT`) {#FW_THR_IDLE} @@ -19251,101 +17682,51 @@ Idle throttle. This is the minimum throttle while on the ground ("landed") in auto modes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.0 | 0.01 | 0.32 | ### FW_THR_MAX (`FLOAT`) {#FW_THR_MAX} Throttle limit max. -Applies in any altitude controlled flight mode. -Should be set accordingly to achieve FW_T_CLMB_MAX. +Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 1.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_THR_MIN (`FLOAT`) {#FW_THR_MIN} Throttle limit min. -Applies in any altitude controlled flight mode. -Usually set to 0 but can be increased to prevent the motor from stopping when -descending, which can increase achievable descent rates. +Applies in any altitude controlled flight mode. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_T_CLMB_R_SP (`FLOAT`) {#FW_T_CLMB_R_SP} Default target climbrate. -In auto modes: default climb rate output by controller to achieve altitude setpoints. -In manual modes: maximum climb rate setpoint. +In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.01 | 3.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | -### FW_T_SINK_R_SP (`FLOAT`) {#FW_T_SINK_R_SP} - -Default target sinkrate. - -In auto modes: default sink rate output by controller to achieve altitude setpoints. -In manual modes: maximum sink rate setpoint. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.01 | 2.0 | m/s | - -### FW_T_SPDWEIGHT (`FLOAT`) {#FW_T_SPDWEIGHT} - -Speed <--> Altitude weight. - -Adjusts the amount of weighting that the pitch control -applies to speed vs height errors. -0 -> control height only -2 -> control speed only (gliders) - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2.0 | 1.0 | 1.0 | - -### FW_WING_HEIGHT (`FLOAT`) {#FW_WING_HEIGHT} - -Height (AGL) of the wings when the aircraft is on the ground. - -This is used to constrain a minimum altitude below which we keep wings level to avoid wing tip strike. It's safer -to give a slight margin here (> 0m) - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 1 | 0.5 | m | - -### FW_WING_SPAN (`FLOAT`) {#FW_WING_SPAN} - -The aircraft's wing span (length from tip to tip). - -This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span) - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.1 | 3.0 | m | - -## FW Lateral Control +## FW Path Control ### FW_PN_R_SLEW_MAX (`FLOAT`) {#FW_PN_R_SLEW_MAX} Path navigation roll slew rate limit. -Maximum change in roll angle setpoint per second. -Applied in all Auto modes, plus manual Position & Altitude modes. +Maximum change in roll angle setpoint per second. Applied in all Auto modes, plus manual Position & Altitude modes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | | 1 | 90.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 1 | 90.0 | deg/s ## FW Longitudinal Control @@ -19353,12 +17734,11 @@ Applied in all Auto modes, plus manual Position & Altitude modes. Minimum groundspeed. -The controller will increase the commanded airspeed to maintain -this minimum groundspeed to the next waypoint. +The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 40 | 0.5 | 5.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 40 | 0.5 | 5.0 | m/s ### FW_THR_SLEW_MAX (`FLOAT`) {#FW_THR_SLEW_MAX} @@ -19366,267 +17746,35 @@ Throttle max slew rate. Maximum slew rate for the commanded throttle -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 2 | ### FW_T_ALT_TC (`FLOAT`) {#FW_T_ALT_TC} Altitude error time constant. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2.0 | | 0.5 | 5.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2.0 | | 0.5 | 5.0 | ### FW_T_F_ALT_ERR (`FLOAT`) {#FW_T_F_ALT_ERR} Fast descend: minimum altitude error. -Minimum altitude error needed to descend with max airspeed and minimal throttle. -A negative value disables fast descend. +Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | | | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 35.0 | 65.0 | 0.5 | 50.0 | deg ### FW_T_HRATE_FF (`FLOAT`) {#FW_T_HRATE_FF} Height rate feed forward. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.05 | 0.3 | - -### FW_T_I_GAIN_PIT (`FLOAT`) {#FW_T_I_GAIN_PIT} - -Integrator gain pitch. - -Increase it to trim out speed and height offsets faster, -with the downside of possible overshoots and oscillations. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2.0 | 0.05 | 0.1 | - -### FW_T_PTCH_DAMP (`FLOAT`) {#FW_T_PTCH_DAMP} - -Pitch damping gain. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2.0 | 0.1 | 0.1 | - -### FW_T_RLL2THR (`FLOAT`) {#FW_T_RLL2THR} - -Roll -> Throttle feedforward. - -Is used to compensate for the additional drag created by turning. -Increase this gain if the aircraft initially loses energy in turns -and reduce if the aircraft initially gains energy in turns. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 20.0 | 0.5 | 15.0 | - -### FW_T_SEB_R_FF (`FLOAT`) {#FW_T_SEB_R_FF} - -Specific total energy balance rate feedforward gain. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 3 | 0.01 | 1.0 | - -### FW_T_SINK_MAX (`FLOAT`) {#FW_T_SINK_MAX} - -Maximum descent rate. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 15.0 | 0.5 | 5.0 | m/s | - -### FW_T_SPD_DEV_STD (`FLOAT`) {#FW_T_SPD_DEV_STD} - -Airspeed rate measurement standard deviation. - -For the airspeed filter in TECS. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 | - -### FW_T_SPD_PRC_STD (`FLOAT`) {#FW_T_SPD_PRC_STD} - -Process noise standard deviation for the airspeed rate. - -This is defining the noise in the airspeed rate for the constant airspeed rate model -of the TECS airspeed filter. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 | - -### FW_T_SPD_STD (`FLOAT`) {#FW_T_SPD_STD} - -Airspeed measurement standard deviation. - -For the airspeed filter in TECS. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 10.0 | 0.1 | 0.07 | m/s | - -### FW_T_STE_R_TC (`FLOAT`) {#FW_T_STE_R_TC} - -Specific total energy rate first order filter time constant. - -This filter is applied to the specific total energy rate used for throttle damping. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2 | 0.01 | 0.4 | - -### FW_T_TAS_TC (`FLOAT`) {#FW_T_TAS_TC} - -True airspeed error time constant. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2.0 | | 0.5 | 5.0 | - -### FW_T_THR_DAMPING (`FLOAT`) {#FW_T_THR_DAMPING} - -Throttle damping factor. - -This is the damping gain for the throttle demand loop. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.05 | - -### FW_T_THR_INTEG (`FLOAT`) {#FW_T_THR_INTEG} - -Integrator gain throttle. - -Increase it to trim out speed and height offsets faster, -with the downside of possible overshoots and oscillations. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.005 | 0.02 | - -### FW_T_THR_LOW_HGT (`FLOAT`) {#FW_T_THR_LOW_HGT} - -Low-height threshold for tighter altitude tracking. - -Height above ground threshold below which tighter altitude -tracking gets enabled (see FW_LND_THRTC_SC). Below this height, TECS smoothly -(1 sec / sec) transitions the altitude tracking time constant from FW_T_ALT_TC -to FW_LND_THRTC_SC\*FW_T_ALT_TC. --1 to disable. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 1 | -1. | m | - -### FW_T_VERT_ACC (`FLOAT`) {#FW_T_VERT_ACC} - -Maximum vertical acceleration. - -This is the maximum vertical acceleration -either up or down that the controller will use to correct speed -or height errors. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1.0 | 10.0 | 0.5 | 7.0 | m/s^2 | - -### FW_WIND_ARSP_SC (`FLOAT`) {#FW_WIND_ARSP_SC} - -Wind-based airspeed scaling factor. - -Multiplying this factor with the current absolute wind estimate gives the airspeed offset -added to the minimum airspeed setpoint limit. This helps to make the -system more robust against disturbances (turbulence) in high wind. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | 0.01 | 0. | - -## FW NPFG Control - -### NPFG_DAMPING (`FLOAT`) {#NPFG_DAMPING} - -NPFG damping ratio. - -Damping ratio of NPFG control law. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.10 | 1.00 | 0.01 | 0.7 | - -### NPFG_LB_PERIOD (`INT32`) {#NPFG_LB_PERIOD} - -Enable automatic lower bound on the NPFG period. - -Avoids limit cycling from a too aggressively tuned period/damping combination. -If false, also disables upper bound NPFG_PERIOD_UB. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | - -### NPFG_PERIOD (`FLOAT`) {#NPFG_PERIOD} - -NPFG period. - -Period of NPFG control law. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 100.0 | 0.1 | 10.0 | s | - -### NPFG_PERIOD_SF (`FLOAT`) {#NPFG_PERIOD_SF} - -Period safety factor. - -Multiplied by period for conservative minimum period bounding (when period lower -bounding is enabled). 1.0 bounds at marginal stability. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 10.0 | 0.1 | 1.5 | - -### NPFG_ROLL_TC (`FLOAT`) {#NPFG_ROLL_TC} - -Roll time constant. - -Time constant of roll controller command / response, modeled as first order delay. -Used to determine lower period bound. Setting zero disables automatic period bounding. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.00 | 2.00 | 0.05 | 0.5 | s | - -### NPFG_SW_DST_MLT (`FLOAT`) {#NPFG_SW_DST_MLT} - -NPFG switch distance multiplier. - -Multiplied by the track error boundary to determine when the aircraft switches -to the next waypoint and/or path segment. Should be less than 1. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.0 | 0.01 | 0.32 | - -### NPFG_UB_PERIOD (`INT32`) {#NPFG_UB_PERIOD} - -Enable automatic upper bound on the NPFG period. - -Adapts period to maintain track keeping in variable winds and path curvature. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -5.0 | 30.0 | 0.5 | 10.0 | deg ## FW Performance @@ -19636,9 +17784,9 @@ Airspeed scale with full flaps. Factor applied to the minimum and stall airspeed when flaps are fully deployed. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 1 | 0.01 | 1. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 1 | 0.01 | 1. | ### FW_AIRSPD_MAX (`FLOAT`) {#FW_AIRSPD_MAX} @@ -19646,83 +17794,69 @@ Maximum Airspeed (CAS). The maximal airspeed (calibrated airspeed) the user is able to command. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | | 0.5 | 20.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | | 0.5 | 20.0 | m/s ### FW_AIRSPD_MIN (`FLOAT`) {#FW_AIRSPD_MIN} Minimum Airspeed (CAS). -The minimal airspeed (calibrated airspeed) the user is able to command. -Further, if the airspeed falls below this value, the TECS controller will try to -increase airspeed more aggressively. -Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), -with some margin between the stall speed and minimum airspeed. -This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), -and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE). +The minimal airspeed (calibrated airspeed) the user is able to command. Further, if the airspeed falls below this value, the TECS controller will try to increase airspeed more aggressively. Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), with some margin between the stall speed and minimum airspeed. This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | | 0.5 | 10.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | | 0.5 | 10.0 | m/s ### FW_AIRSPD_STALL (`FLOAT`) {#FW_AIRSPD_STALL} Stall Airspeed (CAS). -The stall airspeed (calibrated airspeed) of the vehicle. -It is used for airspeed sensor failure detection and for the control -surface scaling airspeed limits. +The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | | 0.5 | 7.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | | 0.5 | 7.0 | m/s ### FW_AIRSPD_TRIM (`FLOAT`) {#FW_AIRSPD_TRIM} Trim (Cruise) Airspeed. -The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, -this is the default airspeed setpoint that the controller will try to achieve. -This value corresponds to the trim airspeed with the default load factor (level flight, default weight). +The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, this is the default airspeed setpoint that the controller will try to achieve. This value corresponds to the trim airspeed with the default load factor (level flight, default weight). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | | 0.5 | 15.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | | 0.5 | 15.0 | m/s ### FW_SERVICE_CEIL (`FLOAT`) {#FW_SERVICE_CEIL} Service ceiling. -Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of -0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. -Set negative to disable. +Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of 0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. Set negative to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | | 1.0 | -1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | 1.0 | -1.0 | m ### FW_THR_ASPD_MAX (`FLOAT`) {#FW_THR_ASPD_MAX} Throttle at max airspeed. -Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX -Set to 0 to disable mapping of airspeed to trim throttle. +Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX Set to 0 to disable mapping of airspeed to trim throttle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0. | ### FW_THR_ASPD_MIN (`FLOAT`) {#FW_THR_ASPD_MIN} Throttle at min airspeed. -Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN -Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM. +Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0. | ### FW_THR_TRIM (`FLOAT`) {#FW_THR_TRIM} @@ -19730,57 +17864,49 @@ Trim throttle. Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.6 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.6 | norm ### FW_T_CLMB_MAX (`FLOAT`) {#FW_T_CLMB_MAX} Maximum climb rate. -This is the maximum calibrated climb rate that the aircraft can achieve with -the throttle set to FW_THR_MAX and the airspeed set to the -trim value. For electric aircraft make sure this number can be -achieved towards the end of flight when the battery voltage has reduced. +This is the maximum calibrated climb rate that the aircraft can achieve with the throttle set to FW_THR_MAX and the airspeed set to the trim value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | 0.5 | 5.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 15.0 | 0.5 | 5.0 | m/s ### FW_T_SINK_MIN (`FLOAT`) {#FW_T_SINK_MIN} Minimum descent rate. -This is the minimum calibrated sink rate of the aircraft with the throttle -set to THR_MIN and flown at the same airspeed as used -to measure FW_T_CLMB_MAX. +This is the minimum calibrated sink rate of the aircraft with the throttle set to THR_MIN and flown at the same airspeed as used to measure FW_T_CLMB_MAX. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | 0.5 | 2.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 5.0 | 0.5 | 2.0 | m/s ### WEIGHT_BASE (`FLOAT`) {#WEIGHT_BASE} Vehicle base weight. -This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value -disables trim throttle and minimum airspeed compensation based on weight. +This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 0.5 | -1.0 | kg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 0.5 | -1.0 | kg ### WEIGHT_GROSS (`FLOAT`) {#WEIGHT_GROSS} Vehicle gross weight. -This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added -or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value -disables trim throttle and minimum airspeed compensation based on weight. +This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | 0.1 | -1.0 | kg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | 0.1 | -1.0 | kg ## FW Rate Control @@ -19788,63 +17914,55 @@ disables trim throttle and minimum airspeed compensation based on weight. Acro body roll max rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 10 | 720 | | 90 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 720 | | 90 | deg ### FW_ACRO_YAW_EN (`INT32`) {#FW_ACRO_YAW_EN} Enable yaw rate controller in Acro. -If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. -Otherwise the pilot commands directly the yaw actuator. -It is disabled by default because an active yaw rate controller will fight against the -natural turn coordination of the plane. +If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. Otherwise the pilot commands directly the yaw actuator. It is disabled by default because an active yaw rate controller will fight against the natural turn coordination of the plane. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### FW_ACRO_Y_MAX (`FLOAT`) {#FW_ACRO_Y_MAX} Acro body pitch max rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 10 | 720 | | 90 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 720 | | 90 | deg ### FW_ACRO_Z_MAX (`FLOAT`) {#FW_ACRO_Z_MAX} Acro body yaw max rate setpoint. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 10 | 720 | | 45 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 720 | | 45 | deg ### FW_ARSP_SCALE_EN (`INT32`) {#FW_ARSP_SCALE_EN} Enable airspeed scaling. -This enables a logic that automatically adjusts the output of the rate controller to take -into account the real torque produced by an aerodynamic control surface given -the current deviation from the trim airspeed (FW_AIRSPD_TRIM). -Enable when using aerodynamic control surfaces (e.g.: plane) -Disable when using rotor wings (e.g.: autogyro) +This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_BAT_SCALE_EN (`INT32`) {#FW_BAT_SCALE_EN} Enable throttle scale by battery level. -This compensates for voltage drop of the battery over time by attempting to -normalize performance across the operating range of the battery. +This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### FW_DTRIM_P_VMAX (`FLOAT`) {#FW_DTRIM_P_VMAX} @@ -19852,9 +17970,9 @@ Pitch trim increment at maximum airspeed. This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_P_VMIN (`FLOAT`) {#FW_DTRIM_P_VMIN} @@ -19862,9 +17980,9 @@ Pitch trim increment at minimum airspeed. This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_R_VMAX (`FLOAT`) {#FW_DTRIM_R_VMAX} @@ -19872,9 +17990,9 @@ Roll trim increment at maximum airspeed. This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_R_VMIN (`FLOAT`) {#FW_DTRIM_R_VMIN} @@ -19882,9 +18000,9 @@ Roll trim increment at minimum airspeed. This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_Y_VMAX (`FLOAT`) {#FW_DTRIM_Y_VMAX} @@ -19892,9 +18010,9 @@ Yaw trim increment at maximum airspeed. This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### FW_DTRIM_Y_VMIN (`FLOAT`) {#FW_DTRIM_Y_VMIN} @@ -19902,60 +18020,59 @@ Yaw trim increment at minimum airspeed. This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | -### FW_GC_EN (`INT32`) {#FW_GC_EN} +### FW_FLAPS_LND_SCL (`FLOAT`) {#FW_FLAPS_LND_SCL} -Enable rate gain compression. +Flaps setting during landing. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. -### FW_GC_GAIN_MIN (`FLOAT`) {#FW_GC_GAIN_MIN} +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 1.0 | norm -Compression gain lower limit. +### FW_FLAPS_TO_SCL (`FLOAT`) {#FW_FLAPS_TO_SCL} -The range of the compression gain is between this parameter and 1.0 +Flaps setting during take-off. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.3 | +Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.0 | norm ### FW_MAN_P_SC (`FLOAT`) {#FW_MAN_P_SC} Manual pitch scale. -Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows -to adjust the throws of the control surfaces. +Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 1.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 1.0 | norm ### FW_MAN_R_SC (`FLOAT`) {#FW_MAN_R_SC} Manual roll scale. -Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows -to adjust the throws of the control surfaces. +Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 1.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 1.0 | norm ### FW_MAN_Y_SC (`FLOAT`) {#FW_MAN_Y_SC} Manual yaw scale. -Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows -to adjust the throws of the control surfaces. +Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 1.0 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 1.0 | norm ### FW_PR_D (`FLOAT`) {#FW_PR_D} @@ -19963,9 +18080,9 @@ Pitch rate derivative gain. Pitch rate differential gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0. | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0. | %/rad/s ### FW_PR_FF (`FLOAT`) {#FW_PR_FF} @@ -19973,53 +18090,51 @@ Pitch rate feed forward. Direct feed forward from rate setpoint to control surface output -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s ### FW_PR_I (`FLOAT`) {#FW_PR_I} Pitch rate integrator gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 10 | 0.005 | 0.1 | %/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.1 | %/rad ### FW_PR_IMAX (`FLOAT`) {#FW_PR_IMAX} Pitch rate integrator limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.05 | 0.4 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.05 | 0.4 | ### FW_PR_P (`FLOAT`) {#FW_PR_P} Pitch rate proportional gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.08 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.08 | %/rad/s ### FW_RLL_TO_YAW_FF (`FLOAT`) {#FW_RLL_TO_YAW_FF} Roll control to yaw control feedforward gain. -This gain can be used to counteract the "adverse yaw" effect for fixed wings. -When the plane enters a roll it will tend to yaw the nose out of the turn. -This gain enables the use of a yaw actuator to counteract this effect. +This gain can be used to counteract the "adverse yaw" effect for fixed wings. When the plane enters a roll it will tend to yaw the nose out of the turn. This gain enables the use of a yaw actuator to counteract this effect. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.0 | ### FW_RR_D (`FLOAT`) {#FW_RR_D} Roll rate derivative gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.0 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.0 | %/rad/s ### FW_RR_FF (`FLOAT`) {#FW_RR_FF} @@ -20027,33 +18142,33 @@ Roll rate feed forward. Direct feed forward from rate setpoint to control surface output. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 0.05 | 0.5 | %/rad/s ### FW_RR_I (`FLOAT`) {#FW_RR_I} Roll rate integrator gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 10 | 0.01 | 0.1 | %/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.01 | 0.1 | %/rad ### FW_RR_IMAX (`FLOAT`) {#FW_RR_IMAX} Roll integrator limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.05 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.05 | 0.2 | ### FW_RR_P (`FLOAT`) {#FW_RR_P} Roll rate proportional gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.05 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.05 | %/rad/s ### FW_SPOILERS_MAN (`INT32`) {#FW_SPOILERS_MAN} @@ -20067,32 +18182,28 @@ Chose source for manual setting of spoilers in manual flight modes. - `1`: Flaps channel - `2`: Aux1 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### FW_USE_AIRSPD (`INT32`) {#FW_USE_AIRSPD} Use airspeed for control. -If set to 1, the airspeed measurement data, if valid, is used in the following controllers: +If set to 1, the airspeed measurement data, if valid, is used in the following controllers: - Rate controller: output scaling - Attitude controller: coordinated turn controller - Position controller: airspeed setpoint tracking, takeoff logic - VTOL: transition logic -- Rate controller: output scaling -- Attitude controller: coordinated turn controller -- Position controller: airspeed setpoint tracking, takeoff logic -- VTOL: transition logic - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FW_YR_D (`FLOAT`) {#FW_YR_D} Yaw rate derivative gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.0 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.0 | %/rad/s ### FW_YR_FF (`FLOAT`) {#FW_YR_FF} @@ -20100,33 +18211,313 @@ Yaw rate feed forward. Direct feed forward from rate setpoint to control surface output -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10.0 | 0.05 | 0.3 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | 0.05 | 0.3 | %/rad/s ### FW_YR_I (`FLOAT`) {#FW_YR_I} Yaw rate integrator gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 10 | 0.5 | 0.1 | %/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.5 | 0.1 | %/rad ### FW_YR_IMAX (`FLOAT`) {#FW_YR_IMAX} Yaw rate integrator limit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.05 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.05 | 0.2 | ### FW_YR_P (`FLOAT`) {#FW_YR_P} Yaw rate proportional gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.0 | 10 | 0.005 | 0.05 | %/rad/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.005 | 0.05 | %/rad/s + +## FW TECS + +### FW_GND_SPD_MIN (`FLOAT`) {#FW_GND_SPD_MIN} + +Minimum groundspeed. + +The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 40 | 0.5 | 5.0 | m/s + +### FW_P_LIM_MAX (`FLOAT`) {#FW_P_LIM_MAX} + +Maximum pitch angle setpoint. + +Applies in any altitude controlled flight mode. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 60.0 | 0.5 | 30.0 | deg + +### FW_P_LIM_MIN (`FLOAT`) {#FW_P_LIM_MIN} + +Minimum pitch angle setpoint. + +Applies in any altitude controlled flight mode. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -60.0 | 0.0 | 0.5 | -30.0 | deg + +### FW_THR_IDLE (`FLOAT`) {#FW_THR_IDLE} + +Idle throttle. + +This is the minimum throttle while on the ground ("landed") in auto modes. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.4 | 0.01 | 0.0 | norm + +### FW_THR_MAX (`FLOAT`) {#FW_THR_MAX} + +Throttle limit max. + +Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 1.0 | norm + +### FW_THR_MIN (`FLOAT`) {#FW_THR_MIN} + +Throttle limit min. + +Applies in any altitude controlled flight mode. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.0 | norm + +### FW_THR_SLEW_MAX (`FLOAT`) {#FW_THR_SLEW_MAX} + +Throttle max slew rate. + +Maximum slew rate for the commanded throttle + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.0 | + +### FW_TKO_AIRSPD (`FLOAT`) {#FW_TKO_AIRSPD} + +Takeoff Airspeed. + +The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | 0.1 | -1.0 | m/s + +### FW_T_ALT_TC (`FLOAT`) {#FW_T_ALT_TC} + +Altitude error time constant. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2.0 | | 0.5 | 5.0 | + +### FW_T_CLMB_R_SP (`FLOAT`) {#FW_T_CLMB_R_SP} + +Default target climbrate. + +In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 15 | 0.01 | 3.0 | m/s + +### FW_T_F_ALT_ERR (`FLOAT`) {#FW_T_F_ALT_ERR} + +Fast descend: minimum altitude error. + +Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | | | -1.0 | + +### FW_T_HRATE_FF (`FLOAT`) {#FW_T_HRATE_FF} + +Height rate feed forward. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.05 | 0.3 | + +### FW_T_I_GAIN_PIT (`FLOAT`) {#FW_T_I_GAIN_PIT} + +Integrator gain pitch. + +Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2.0 | 0.05 | 0.1 | + +### FW_T_PTCH_DAMP (`FLOAT`) {#FW_T_PTCH_DAMP} + +Pitch damping gain. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2.0 | 0.1 | 0.1 | + +### FW_T_RLL2THR (`FLOAT`) {#FW_T_RLL2THR} + +Roll -> Throttle feedforward. + +Is used to compensate for the additional drag created by turning. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 20.0 | 0.5 | 15.0 | + +### FW_T_SEB_R_FF (`FLOAT`) {#FW_T_SEB_R_FF} + +Specific total energy balance rate feedforward gain. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 3 | 0.01 | 1.0 | + +### FW_T_SINK_MAX (`FLOAT`) {#FW_T_SINK_MAX} + +Maximum descent rate. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 15.0 | 0.5 | 5.0 | m/s + +### FW_T_SINK_R_SP (`FLOAT`) {#FW_T_SINK_R_SP} + +Default target sinkrate. + +In auto modes: default sink rate output by controller to achieve altitude setpoints. In manual modes: maximum sink rate setpoint. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 15 | 0.01 | 2.0 | m/s + +### FW_T_SPDWEIGHT (`FLOAT`) {#FW_T_SPDWEIGHT} + +Speed <--> Altitude weight. + +Adjusts the amount of weighting that the pitch control applies to speed vs height errors. 0 -> control height only 2 -> control speed only (gliders) + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2.0 | 1.0 | 1.0 | + +### FW_T_SPD_DEV_STD (`FLOAT`) {#FW_T_SPD_DEV_STD} + +Airspeed rate measurement standard deviation. + +For the airspeed filter in TECS. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 + +### FW_T_SPD_PRC_STD (`FLOAT`) {#FW_T_SPD_PRC_STD} + +Process noise standard deviation for the airspeed rate. + +This is defining the noise in the airspeed rate for the constant airspeed rate model of the TECS airspeed filter. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 10.0 | 0.1 | 0.2 | m/s^2 + +### FW_T_SPD_STD (`FLOAT`) {#FW_T_SPD_STD} + +Airspeed measurement standard deviation. + +For the airspeed filter in TECS. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 10.0 | 0.1 | 0.07 | m/s + +### FW_T_STE_R_TC (`FLOAT`) {#FW_T_STE_R_TC} + +Specific total energy rate first order filter time constant. + +This filter is applied to the specific total energy rate used for throttle damping. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2 | 0.01 | 0.4 | + +### FW_T_TAS_TC (`FLOAT`) {#FW_T_TAS_TC} + +True airspeed error time constant. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2.0 | | 0.5 | 5.0 | + +### FW_T_THR_DAMPING (`FLOAT`) {#FW_T_THR_DAMPING} + +Throttle damping factor. + +This is the damping gain for the throttle demand loop. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.05 | + +### FW_T_THR_INTEG (`FLOAT`) {#FW_T_THR_INTEG} + +Integrator gain throttle. + +Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.005 | 0.02 | + +### FW_T_THR_LOW_HGT (`FLOAT`) {#FW_T_THR_LOW_HGT} + +Low-height threshold for tighter altitude tracking. + +Height above ground threshold below which tighter altitude tracking gets enabled (see FW_LND_THRTC_SC). Below this height, TECS smoothly (1 sec / sec) transitions the altitude tracking time constant from FW_T_ALT_TC to FW_LND_THRTC_SC*FW_T_ALT_TC. -1 to disable. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | 1 | -1. | m + +### FW_T_VERT_ACC (`FLOAT`) {#FW_T_VERT_ACC} + +Maximum vertical acceleration. + +This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10.0 | 0.5 | 7.0 | m/s^2 + +### FW_WIND_ARSP_SC (`FLOAT`) {#FW_WIND_ARSP_SC} + +Wind-based airspeed scaling factor. + +Multiplying this factor with the current absolute wind estimate gives the airspeed offset added to the minimum airspeed setpoint limit. This helps to make the system more robust against disturbances (turbulence) in high wind. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 0.01 | 0. | ## Failure Detector @@ -20134,13 +18525,11 @@ Yaw rate proportional gain. Enable Actuator Failure check. -If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle -level is being consumed. -Otherwise this indicates an motor failure. +If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle level is being consumed. Otherwise this indicates an motor failure. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### FD_ACT_MOT_C2T (`FLOAT`) {#FD_ACT_MOT_C2T} @@ -20148,9 +18537,9 @@ Motor Failure Current/Throttle Threshold. Motor failure triggers only below this current value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 50.0 | 1 | 2.0 | A/% | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 50.0 | 1 | 2.0 | A/% ### FD_ACT_MOT_THR (`FLOAT`) {#FD_ACT_MOT_THR} @@ -20158,42 +18547,39 @@ Motor Failure Throttle Threshold. Motor failure triggers only above this throttle value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.01 | 0.2 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.01 | 0.2 | norm ### FD_ACT_MOT_TOUT (`INT32`) {#FD_ACT_MOT_TOUT} Motor Failure Time Threshold. -Motor failure triggers only if the throttle threshold and the -current to throttle threshold are violated for this time. +Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 10 | 10000 | 100 | 100 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 10000 | 100 | 100 | ms ### FD_ESCS_EN (`INT32`) {#FD_ESCS_EN} Enable checks on ESCs that report their arming state. -If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. -Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle. +If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### FD_EXT_ATS_EN (`INT32`) {#FD_EXT_ATS_EN} Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS). -Enabled on either AUX5 or MAIN5 depending on board. -External ATS is required by ASTM F3322-18. +Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### FD_EXT_ATS_TRIG (`INT32`) {#FD_EXT_ATS_TRIG} @@ -20201,24 +18587,19 @@ The PWM threshold from external automatic trigger system for engaging failsafe. External ATS is required by ASTM F3322-18. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1900 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1900 | us ### FD_FAIL_P (`INT32`) {#FD_FAIL_P} FailureDetector Max Pitch. -Maximum pitch angle before FailureDetector triggers the attitude_failure flag. -The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), -which sets outputs to their failsafe values. -On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), -which disarms motors but does not set outputs to failsafe values. -Setting this parameter to 0 disables the check +Maximum pitch angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 180 | | 60 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 180 | | 60 | deg ### FD_FAIL_P_TTRI (`FLOAT`) {#FD_FAIL_P_TTRI} @@ -20226,24 +18607,19 @@ Pitch failure trigger time. Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.02 | 5 | | 0.3 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.02 | 5 | | 0.3 | s ### FD_FAIL_R (`INT32`) {#FD_FAIL_R} FailureDetector Max Roll. -Maximum roll angle before FailureDetector triggers the attitude_failure flag. -The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), -which sets outputs to their failsafe values. -On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), -which disarms motors but does not set outputs to failsafe values. -Setting this parameter to 0 disables the check +Maximum roll angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 180 | | 60 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 180 | | 60 | deg ### FD_FAIL_R_TTRI (`FLOAT`) {#FD_FAIL_R_TTRI} @@ -20251,21 +18627,19 @@ Roll failure trigger time. Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.02 | 5 | | 0.3 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.02 | 5 | | 0.3 | s ### FD_IMB_PROP_THR (`INT32`) {#FD_IMB_PROP_THR} Imbalanced propeller check threshold. -Value at which the imbalanced propeller metric (based on horizontal and -vertical acceleration variance) triggers a failure -Setting this value to 0 disables the feature. +Value at which the imbalanced propeller metric (based on horizontal and vertical acceleration variance) triggers a failure Setting this value to 0 disables the feature. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1000 | 1 | 30 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1000 | 1 | 30 | ## Flight Task Orbit @@ -20273,9 +18647,9 @@ Setting this value to 0 disables the feature. Maximum radius of orbit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 10000.0 | 0.5 | 1000.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10000.0 | 0.5 | 1000.0 | m ### MC_ORBIT_YAW_MOD (`INT32`) {#MC_ORBIT_YAW_MOD} @@ -20287,11 +18661,12 @@ Yaw behaviour during orbit flight. - `1`: Hold Initial Heading - `2`: Uncontrolled - `3`: Hold Front Tangent to Circle -- `4`: Manually (yaw stick) Controlled +- `4`: RC Controlled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ## Follow target @@ -20299,10 +18674,7 @@ Yaw behaviour during orbit flight. Altitude control mode. -Maintain altitude or track target's altitude. When maintaining the altitude, -the drone can crash into terrain when the target moves uphill. When tracking -the target's altitude, the follow altitude FLW_TGT_HT should be high enough -to prevent terrain collisions due to GPS inaccuracies of the target. +Maintain altitude or track target's altitude. When maintaining the altitude, the drone can crash into terrain when the target moves uphill. When tracking the target's altitude, the follow altitude FLW_TGT_HT should be high enough to prevent terrain collisions due to GPS inaccuracies of the target. **Values:** @@ -20310,9 +18682,10 @@ to prevent terrain collisions due to GPS inaccuracies of the target. - `1`: 2D + Terrain: Maintain constant altitude relative to terrain below and track XY position - `2`: 3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### FLW_TGT_DST (`FLOAT`) {#FLW_TGT_DST} @@ -20320,23 +18693,19 @@ Distance to follow target from. The distance in meters to follow the target at -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | | | 8.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | | | 8.0 | m ### FLW_TGT_FA (`FLOAT`) {#FLW_TGT_FA} Follow Angle setting in degrees. -Angle to follow the target from. 0.0 Equals straight in front of the target's -course (direction of motion) and the angle increases in clockwise direction, -meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees -Note: When the user force sets the angle out of the min/max range, it will be -wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range. +Angle to follow the target from. 0.0 Equals straight in front of the target's course (direction of motion) and the angle increases in clockwise direction, meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees Note: When the user force sets the angle out of the min/max range, it will be wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 180.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 180.0 | ### FLW_TGT_HT (`FLOAT`) {#FLW_TGT_HT} @@ -20344,20 +18713,19 @@ Follow target height. Following height above the target -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 8.0 | | | 8.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 8.0 | | | 8.0 | m ### FLW_TGT_MAX_VEL (`FLOAT`) {#FLW_TGT_MAX_VEL} Maximum tangential velocity setting for generating the follow orbit trajectory. -This is the maximum tangential velocity the drone will circle around the target whenever -an orbit angle setpoint changes. Higher value means more aggressive follow behavior. +This is the maximum tangential velocity the drone will circle around the target whenever an orbit angle setpoint changes. Higher value means more aggressive follow behavior. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 20.0 | | 5.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 20.0 | | 5.0 | ### FLW_TGT_RS (`FLOAT`) {#FLW_TGT_RS} @@ -20365,9 +18733,9 @@ Responsiveness to target movement in Target Estimator. lower values increase the responsiveness to changing position, but also ignore less noise -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | | 0.1 | ## GPS @@ -20392,25 +18760,16 @@ Configure on which serial port to run Main GPS. - `301`: Wifi Port - `401`: EXT2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 201 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 201 | ### GPS_1_GNSS (`INT32`) {#GPS_1_GNSS} GNSS Systems for Primary GPS (integer bitmask). -This integer bitmask controls the set of GNSS systems used by the receiver. Check your -receiver's documentation on how many systems are supported to be used in parallel. -Currently this functionality is just implemented for u-blox receivers. -When no bits are set, the receiver's default configuration should be used. -Set bits true to enable: -0 : Use GPS (with QZSS) -1 : Use SBAS (multiple GPS augmentation systems) -2 : Use Galileo -3 : Use BeiDou -4 : Use GLONASS -5 : Use NAVIC +This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC **Bitmask:** @@ -20421,16 +18780,16 @@ Set bits true to enable: - `4`: GLONASS - `5`: NAVIC -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 63 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 63 | | 0 | ### GPS_1_PROTOCOL (`INT32`) {#GPS_1_PROTOCOL} Protocol for Main GPS. -Select the GPS protocol over serial. -Auto-detection will probe all protocols, and thus is a bit slower. +Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. **Values:** @@ -20442,9 +18801,10 @@ Auto-detection will probe all protocols, and thus is a bit slower. - `5`: Femtomes - `6`: NMEA (generic) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 7 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 7 | | 1 | ### GPS_2_CONFIG (`INT32`) {#GPS_2_CONFIG} @@ -20467,25 +18827,16 @@ Configure on which serial port to run Secondary GPS. - `301`: Wifi Port - `401`: EXT2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### GPS_2_GNSS (`INT32`) {#GPS_2_GNSS} GNSS Systems for Secondary GPS (integer bitmask). -This integer bitmask controls the set of GNSS systems used by the receiver. Check your -receiver's documentation on how many systems are supported to be used in parallel. -Currently this functionality is just implemented for u-blox receivers. -When no bits are set, the receiver's default configuration should be used. -Set bits true to enable: -0 : Use GPS (with QZSS) -1 : Use SBAS (multiple GPS augmentation systems) -2 : Use Galileo -3 : Use BeiDou -4 : Use GLONASS -5 : Use NAVIC +This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC **Bitmask:** @@ -20496,16 +18847,16 @@ Set bits true to enable: - `4`: GLONASS - `5`: NAVIC -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 63 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 63 | | 0 | ### GPS_2_PROTOCOL (`INT32`) {#GPS_2_PROTOCOL} Protocol for Secondary GPS. -Select the GPS protocol over serial. -Auto-detection will probe all protocols, and thus is a bit slower. +Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. **Values:** @@ -20517,32 +18868,16 @@ Auto-detection will probe all protocols, and thus is a bit slower. - `5`: Femtomes - `6`: NMEA (generic) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 6 | | 1 | -### GPS_CFG_WIPE (`INT32`) {#GPS_CFG_WIPE} - -Wipes the flash config of UBX modules. - -Some UBX modules have a FLASH that allows to store persistent configuration that will be loaded on start. -PX4 does override all configuration parameters it needs in RAM, which takes precedence over the values in FLASH. -However, configuration parameters that are not overriden by PX4 can still cause unexpected problems during flight. -To avoid these kind of problems a clean config can be reached by wiping the FLASH on boot. -Note: Currently only supported on UBX. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 6 | | 1 | ### GPS_DUMP_COMM (`INT32`) {#GPS_DUMP_COMM} Log GPS communication data. -If this is set to 1, all GPS communication data will be published via uORB, -and written to the log file as gps_dump message. -If this is set to 2, the main GPS is configured to output RTCM data, -which is then logged as gps_dump and can be used for PPK. +If this is set to 1, all GPS communication data will be published via uORB, and written to the log file as gps_dump message. If this is set to 2, the main GPS is configured to output RTCM data, which is then logged as gps_dump and can be used for PPK. **Values:** @@ -20550,32 +18885,30 @@ which is then logged as gps_dump and can be used for PPK. - `1`: Full communication - `2`: RTCM output (PPK) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 0 | ### GPS_SAT_INFO (`INT32`) {#GPS_SAT_INFO} Enable sat info (if available). -Enable publication of satellite info (ORB_ID(satellite_info)) if possible. -Not available on MTK. +Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### GPS_UBX_BAUD2 (`INT32`) {#GPS_UBX_BAUD2} u-blox F9P UART2 Baudrate. -Select a baudrate for the F9P's UART2 port. -In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. -Set this to 57600 if you want to attach a telemetry radio on UART2. +Select a baudrate for the F9P's UART2 port. In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. Set this to 57600 if you want to attach a telemetry radio on UART2. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | | | 230400 | B/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | | | 230400 | B/s ### GPS_UBX_CFG_INTF (`INT32`) {#GPS_UBX_CFG_INTF} @@ -20590,16 +18923,16 @@ u-blox protocol configuration for interfaces. - `4`: Enable I2C output protocol NMEA - `5`: Enable I2C output protocol RTCM3X -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 32 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 32 | | 0 | ### GPS_UBX_DYNMODEL (`INT32`) {#GPS_UBX_DYNMODEL} u-blox GPS dynamic platform model. -u-blox receivers support different dynamic platform models to adjust the navigation engine to -the expected application environment. +u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment. **Values:** @@ -20609,24 +18942,16 @@ the expected application environment. - `7`: airborne with <2g acceleration - `8`: airborne with <4g acceleration -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 9 | | 7 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 9 | | 7 | ### GPS_UBX_MODE (`INT32`) {#GPS_UBX_MODE} u-blox GPS Mode. -Select the u-blox configuration setup. Most setups will use the default, including RTK and -dual GPS without heading. -If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. -The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output -heading information, whereas the secondary will act as moving base. -Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the -F9P units are connected to each other. -Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. -RTK is still possible with this setup. -Mode 6 is intended for use with a ground control station (not necessarily an RTK correction base). +Select the u-blox configuration setup. Most setups will use the default, including RTK and dual GPS without heading. If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output heading information, whereas the secondary will act as moving base. Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the F9P units are connected to each other. Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. RTK is still possible with this setup. **Values:** @@ -20636,37 +18961,21 @@ Mode 6 is intended for use with a ground control station (not necessarily an RTK - `3`: Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - `4`: Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - `5`: Rover with Static Base on UART2 (similar to Default, except coming in on UART2) -- `6`: Ground Control Station (UART2 outputs NMEA) -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 1 | | 0 | -### GPS_UBX_PPK (`INT32`) {#GPS_UBX_PPK} - -Enable MSM7 message output for PPK workflow. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 1 | | 0 | ### GPS_YAW_OFFSET (`FLOAT`) {#GPS_YAW_OFFSET} Heading/Yaw offset for dual antenna GPS. -Heading offset angle for dual antenna GPS setups that support heading estimation. -Set this to 0 if the antennas are parallel to the forward-facing direction -of the vehicle and the rover (or Unicore primary) antenna is in front. -The offset angle increases clockwise. -Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) -antenna is placed on the right side of the vehicle and the moving base -antenna is on the left side. -(Note: the Unicore primary antenna is the one connected on the right as seen -from the top). +Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover (or Unicore primary) antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. (Note: the Unicore primary antenna is the one connected on the right as seen from the top). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 360 | | 0. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 360 | | 0. | deg ### PPS_CAP_ENABLE (`INT32`) {#PPS_CAP_ENABLE} @@ -20674,9 +18983,9 @@ PPS capture enable. Enables the PPS capture module to refine the GPS time from pulses detected on a PWM pin configured as "PPS Input". -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ## Geofence @@ -20684,8 +18993,7 @@ Enables the PPS capture module to refine the GPS time from pulses detected on a Geofence violation action. -Note: Setting this value to 4 enables flight termination, -which will kill the vehicle on violation of the fence. +Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence. **Values:** @@ -20696,61 +19004,56 @@ which will kill the vehicle on violation of the fence. - `4`: Terminate - `5`: Land mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 5 | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 5 | | 2 | ### GF_MAX_HOR_DIST (`FLOAT`) {#GF_MAX_HOR_DIST} Max horizontal distance from Home. -Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. -Disabled if 0. +Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10000 | 1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10000 | 1 | 0.0 | m ### GF_MAX_VER_DIST (`FLOAT`) {#GF_MAX_VER_DIST} Max vertical distance from Home. -Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. -Disabled if 0. +Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10000 | 1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10000 | 1 | 0.0 | m ### GF_PREDICT (`INT32`) {#GF_PREDICT} [EXPERIMENTAL] Use Pre-emptive geofence triggering. -WARNING: This experimental feature may cause flyaways. Use at your own risk. -Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory -would result in a breach happening before the vehicle can make evasive maneuvers. -The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing). +WARNING: This experimental feature may cause flyaways. Use at your own risk. Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory would result in a breach happening before the vehicle can make evasive maneuvers. The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### GF_SOURCE (`INT32`) {#GF_SOURCE} Geofence source. -Select which position source should be used. Selecting GPS instead of global position makes sure that there is -no dependence on the position estimator -0 = global position, 1 = GPS +Select which position source should be used. Selecting GPS instead of global position makes sure that there is no dependence on the position estimator 0 = global position, 1 = GPS **Values:** - `0`: GPOS - `1`: GPS -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0 | ## Geometry @@ -20758,9 +19061,7 @@ no dependence on the position estimator Airframe selection. -Defines which mixer implementation to use. -Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. -'Custom' should only be used if noting else can be used. +Defines which mixer implementation to use. Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. 'Custom' should only be used if noting else can be used. **Values:** @@ -20781,80 +19082,76 @@ Some are generic, while others are specifically fit to a certain vehicle with a - `14`: Spacecraft 2D - `15`: Spacecraft 3D -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_FAILURE_MODE (`INT32`) {#CA_FAILURE_MODE} Motor failure handling mode. -This is used to specify how to handle motor failures -reported by failure detector. +This is used to specify how to handle motor failures reported by failure detector. **Values:** - `0`: Ignore - `1`: Remove first failed motor from effectiveness -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_HELI_PITCH_C0 (`FLOAT`) {#CA_HELI_PITCH_C0} Collective pitch curve at position 0. -Defines the collective pitch at the interval position 0 for a given thrust setpoint. -Use negative values if the swash plate needs to move down to provide upwards thrust. +Defines the collective pitch at the interval position 0 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.1 | -0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.1 | -0.05 | ### CA_HELI_PITCH_C1 (`FLOAT`) {#CA_HELI_PITCH_C1} Collective pitch curve at position 1. -Defines the collective pitch at the interval position 1 for a given thrust setpoint. -Use negative values if the swash plate needs to move down to provide upwards thrust. +Defines the collective pitch at the interval position 1 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.1 | 0.0725 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.1 | 0.0725 | ### CA_HELI_PITCH_C2 (`FLOAT`) {#CA_HELI_PITCH_C2} Collective pitch curve at position 2. -Defines the collective pitch at the interval position 2 for a given thrust setpoint. -Use negative values if the swash plate needs to move down to provide upwards thrust. +Defines the collective pitch at the interval position 2 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.1 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.1 | 0.2 | ### CA_HELI_PITCH_C3 (`FLOAT`) {#CA_HELI_PITCH_C3} Collective pitch curve at position 3. -Defines the collective pitch at the interval position 3 for a given thrust setpoint. -Use negative values if the swash plate needs to move down to provide upwards thrust. +Defines the collective pitch at the interval position 3 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.1 | 0.325 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.1 | 0.325 | ### CA_HELI_PITCH_C4 (`FLOAT`) {#CA_HELI_PITCH_C4} Collective pitch curve at position 4. -Defines the collective pitch at the interval position 4 for a given thrust setpoint. -Use negative values if the swash plate needs to move down to provide upwards thrust. +Defines the collective pitch at the interval position 4 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.1 | 0.45 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.1 | 0.45 | ### CA_HELI_RPM_I (`FLOAT`) {#CA_HELI_RPM_I} @@ -20862,20 +19159,19 @@ Integral gain for rpm control. Same definition as the proportional gain but for integral. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 0.0 | ### CA_HELI_RPM_P (`FLOAT`) {#CA_HELI_RPM_P} Proportional gain for rpm control. -Ratio between rpm error devided by 1000 to how much normalized output gets added to correct for it. -motor_command = throttle_curve + CA_HELI_RPM_P \* (rpm_setpoint - rpm_measurement) / 1000 +Ratio between rpm error devided by 1000 to how much normalized output gets added to correct for it. motor_command = throttle_curve + CA_HELI_RPM_P * (rpm_setpoint - rpm_measurement) / 1000 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 0.0 | ### CA_HELI_RPM_SP (`FLOAT`) {#CA_HELI_RPM_SP} @@ -20883,9 +19179,9 @@ Setpoint for main rotor rpm. Requires rpm feedback for the controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 100 | 10000 | 1 | 1500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 100 | 10000 | 1 | 1500 | ### CA_HELI_THR_C0 (`FLOAT`) {#CA_HELI_THR_C0} @@ -20893,9 +19189,9 @@ Throttle curve at position 0. Defines the output throttle at the interval position 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.1 | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C1 (`FLOAT`) {#CA_HELI_THR_C1} @@ -20903,9 +19199,9 @@ Throttle curve at position 1. Defines the output throttle at the interval position 1. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.1 | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C2 (`FLOAT`) {#CA_HELI_THR_C2} @@ -20913,9 +19209,9 @@ Throttle curve at position 2. Defines the output throttle at the interval position 2. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.1 | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C3 (`FLOAT`) {#CA_HELI_THR_C3} @@ -20923,9 +19219,9 @@ Throttle curve at position 3. Defines the output throttle at the interval position 3. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.1 | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.1 | 1 | ### CA_HELI_THR_C4 (`FLOAT`) {#CA_HELI_THR_C4} @@ -20933,80 +19229,65 @@ Throttle curve at position 4. Defines the output throttle at the interval position 4. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.1 | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.1 | 1 | ### CA_HELI_YAW_CCW (`INT32`) {#CA_HELI_YAW_CCW} Main rotor turns counter-clockwise. -Default configuration is for a clockwise turning main rotor and -positive thrust of the tail rotor is expected to rotate the vehicle clockwise. -Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction -which is mostly the case when the main rotor turns counter-clockwise. +Default configuration is for a clockwise turning main rotor and positive thrust of the tail rotor is expected to rotate the vehicle clockwise. Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction which is mostly the case when the main rotor turns counter-clockwise. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### CA_HELI_YAW_CP_O (`FLOAT`) {#CA_HELI_YAW_CP_O} Offset for yaw compensation based on collective pitch. -This allows to specify which collective pitch command results in the least amount of rotor drag. -This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch -by aligning the lowest rotor drag with zero compensation. -For symmetric profile blades this is the command that results in exactly 0° collective blade angle. -For lift profile blades this is typically a command resulting in slightly negative collective blade angle. -tail_output += CA_HELI_YAW_CP_S \* abs(collective_pitch - CA_HELI_YAW_CP_O) +This allows to specify which collective pitch command results in the least amount of rotor drag. This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch by aligning the lowest rotor drag with zero compensation. For symmetric profile blades this is the command that results in exactly 0° collective blade angle. For lift profile blades this is typically a command resulting in slightly negative collective blade angle. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -2 | 2 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -2 | 2 | 0.1 | 0.0 | ### CA_HELI_YAW_CP_S (`FLOAT`) {#CA_HELI_YAW_CP_S} Scale for yaw compensation based on collective pitch. -This allows to add a proportional factor of the collective pitch command to the yaw command. -A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. -tail_output += CA_HELI_YAW_CP_S \* abs(collective_pitch - CA_HELI_YAW_CP_O) +This allows to add a proportional factor of the collective pitch command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -2 | 2 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -2 | 2 | 0.1 | 0.0 | ### CA_HELI_YAW_TH_S (`FLOAT`) {#CA_HELI_YAW_TH_S} Scale for yaw compensation based on throttle. -This allows to add a proportional factor of the throttle command to the yaw command. -A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. -tail_output += CA_HELI_YAW_TH_S \* throttle +This allows to add a proportional factor of the throttle command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_TH_S * throttle -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -2 | 2 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -2 | 2 | 0.1 | 0.0 | ### CA_MAX_SVO_THROW (`FLOAT`) {#CA_MAX_SVO_THROW} Throw angle of swashplate servo at maximum commands for linearization. -Used to linearize mechanical output of swashplate servos to avoid axis coupling and binding with 4 servo redundancy. -This requires a symmetric setup where the servo horn is exactly centered with a 0 command. -Setting to zero disables feature. +Used to linearize mechanical output of swashplate servos to avoid axis coupling and binding with 4 servo redundancy. This requires a symmetric setup where the servo horn is exactly centered with a 0 command. Setting to zero disables feature. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 75 | 0.1 | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 75 | 0.1 | 0.0 | deg ### CA_METHOD (`INT32`) {#CA_METHOD} Control allocation method. -Selects the algorithm and desaturation method. -If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). +Selects the algorithm and desaturation method. If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). **Values:** @@ -21014,153 +19295,130 @@ If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). - `1`: Pseudo-inverse with sequential desaturation technique - `2`: Automatic -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 2 | ### CA_R0_SLEW (`FLOAT`) {#CA_R0_SLEW} Motor 0 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R10_SLEW (`FLOAT`) {#CA_R10_SLEW} Motor 10 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R11_SLEW (`FLOAT`) {#CA_R11_SLEW} Motor 11 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R1_SLEW (`FLOAT`) {#CA_R1_SLEW} Motor 1 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R2_SLEW (`FLOAT`) {#CA_R2_SLEW} Motor 2 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R3_SLEW (`FLOAT`) {#CA_R3_SLEW} Motor 3 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R4_SLEW (`FLOAT`) {#CA_R4_SLEW} Motor 4 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R5_SLEW (`FLOAT`) {#CA_R5_SLEW} Motor 5 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R6_SLEW (`FLOAT`) {#CA_R6_SLEW} Motor 6 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R7_SLEW (`FLOAT`) {#CA_R7_SLEW} Motor 7 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R8_SLEW (`FLOAT`) {#CA_R8_SLEW} Motor 8 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_R9_SLEW (`FLOAT`) {#CA_R9_SLEW} Motor 9 slew rate limit. -Forces the motor output signal to take at least the configured time (in seconds) -to traverse its full range (normally [0, 1], or if reversible [-1, 1]). -Zero means that slew rate limiting is disabled. +Forces the motor output signal to take at least the configured time (in seconds) to traverse its full range (normally [0, 1], or if reversible [-1, 1]). Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.01 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.01 | 0.0 | s ### CA_ROTOR0_AX (`FLOAT`) {#CA_ROTOR0_AX} @@ -21168,9 +19426,9 @@ Axis of rotor 0 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR0_AY (`FLOAT`) {#CA_ROTOR0_AY} @@ -21178,9 +19436,9 @@ Axis of rotor 0 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR0_AZ (`FLOAT`) {#CA_ROTOR0_AZ} @@ -21188,57 +19446,53 @@ Axis of rotor 0 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR0_CT (`FLOAT`) {#CA_ROTOR0_CT} Thrust coefficient of rotor 0. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR0_KM (`FLOAT`) {#CA_ROTOR0_KM} Moment coefficient of rotor 0. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR0_PX (`FLOAT`) {#CA_ROTOR0_PX} Position of rotor 0 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR0_PY (`FLOAT`) {#CA_ROTOR0_PY} Position of rotor 0 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR0_PZ (`FLOAT`) {#CA_ROTOR0_PZ} Position of rotor 0 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR0_TILT (`INT32`) {#CA_ROTOR0_TILT} @@ -21254,9 +19508,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR10_AX (`FLOAT`) {#CA_ROTOR10_AX} @@ -21264,9 +19519,9 @@ Axis of rotor 10 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR10_AY (`FLOAT`) {#CA_ROTOR10_AY} @@ -21274,9 +19529,9 @@ Axis of rotor 10 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR10_AZ (`FLOAT`) {#CA_ROTOR10_AZ} @@ -21284,57 +19539,53 @@ Axis of rotor 10 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR10_CT (`FLOAT`) {#CA_ROTOR10_CT} Thrust coefficient of rotor 10. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR10_KM (`FLOAT`) {#CA_ROTOR10_KM} Moment coefficient of rotor 10. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR10_PX (`FLOAT`) {#CA_ROTOR10_PX} Position of rotor 10 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR10_PY (`FLOAT`) {#CA_ROTOR10_PY} Position of rotor 10 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR10_PZ (`FLOAT`) {#CA_ROTOR10_PZ} Position of rotor 10 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR10_TILT (`INT32`) {#CA_ROTOR10_TILT} @@ -21350,9 +19601,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR11_AX (`FLOAT`) {#CA_ROTOR11_AX} @@ -21360,9 +19612,9 @@ Axis of rotor 11 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR11_AY (`FLOAT`) {#CA_ROTOR11_AY} @@ -21370,9 +19622,9 @@ Axis of rotor 11 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR11_AZ (`FLOAT`) {#CA_ROTOR11_AZ} @@ -21380,57 +19632,53 @@ Axis of rotor 11 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR11_CT (`FLOAT`) {#CA_ROTOR11_CT} Thrust coefficient of rotor 11. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR11_KM (`FLOAT`) {#CA_ROTOR11_KM} Moment coefficient of rotor 11. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR11_PX (`FLOAT`) {#CA_ROTOR11_PX} Position of rotor 11 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR11_PY (`FLOAT`) {#CA_ROTOR11_PY} Position of rotor 11 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR11_PZ (`FLOAT`) {#CA_ROTOR11_PZ} Position of rotor 11 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR11_TILT (`INT32`) {#CA_ROTOR11_TILT} @@ -21446,9 +19694,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR1_AX (`FLOAT`) {#CA_ROTOR1_AX} @@ -21456,9 +19705,9 @@ Axis of rotor 1 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR1_AY (`FLOAT`) {#CA_ROTOR1_AY} @@ -21466,9 +19715,9 @@ Axis of rotor 1 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR1_AZ (`FLOAT`) {#CA_ROTOR1_AZ} @@ -21476,57 +19725,53 @@ Axis of rotor 1 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR1_CT (`FLOAT`) {#CA_ROTOR1_CT} Thrust coefficient of rotor 1. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR1_KM (`FLOAT`) {#CA_ROTOR1_KM} Moment coefficient of rotor 1. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR1_PX (`FLOAT`) {#CA_ROTOR1_PX} Position of rotor 1 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR1_PY (`FLOAT`) {#CA_ROTOR1_PY} Position of rotor 1 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR1_PZ (`FLOAT`) {#CA_ROTOR1_PZ} Position of rotor 1 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR1_TILT (`INT32`) {#CA_ROTOR1_TILT} @@ -21542,9 +19787,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR2_AX (`FLOAT`) {#CA_ROTOR2_AX} @@ -21552,9 +19798,9 @@ Axis of rotor 2 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR2_AY (`FLOAT`) {#CA_ROTOR2_AY} @@ -21562,9 +19808,9 @@ Axis of rotor 2 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR2_AZ (`FLOAT`) {#CA_ROTOR2_AZ} @@ -21572,57 +19818,53 @@ Axis of rotor 2 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR2_CT (`FLOAT`) {#CA_ROTOR2_CT} Thrust coefficient of rotor 2. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR2_KM (`FLOAT`) {#CA_ROTOR2_KM} Moment coefficient of rotor 2. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR2_PX (`FLOAT`) {#CA_ROTOR2_PX} Position of rotor 2 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR2_PY (`FLOAT`) {#CA_ROTOR2_PY} Position of rotor 2 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR2_PZ (`FLOAT`) {#CA_ROTOR2_PZ} Position of rotor 2 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR2_TILT (`INT32`) {#CA_ROTOR2_TILT} @@ -21638,9 +19880,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR3_AX (`FLOAT`) {#CA_ROTOR3_AX} @@ -21648,9 +19891,9 @@ Axis of rotor 3 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR3_AY (`FLOAT`) {#CA_ROTOR3_AY} @@ -21658,9 +19901,9 @@ Axis of rotor 3 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR3_AZ (`FLOAT`) {#CA_ROTOR3_AZ} @@ -21668,57 +19911,53 @@ Axis of rotor 3 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR3_CT (`FLOAT`) {#CA_ROTOR3_CT} Thrust coefficient of rotor 3. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR3_KM (`FLOAT`) {#CA_ROTOR3_KM} Moment coefficient of rotor 3. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR3_PX (`FLOAT`) {#CA_ROTOR3_PX} Position of rotor 3 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR3_PY (`FLOAT`) {#CA_ROTOR3_PY} Position of rotor 3 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR3_PZ (`FLOAT`) {#CA_ROTOR3_PZ} Position of rotor 3 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR3_TILT (`INT32`) {#CA_ROTOR3_TILT} @@ -21734,9 +19973,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR4_AX (`FLOAT`) {#CA_ROTOR4_AX} @@ -21744,9 +19984,9 @@ Axis of rotor 4 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR4_AY (`FLOAT`) {#CA_ROTOR4_AY} @@ -21754,9 +19994,9 @@ Axis of rotor 4 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR4_AZ (`FLOAT`) {#CA_ROTOR4_AZ} @@ -21764,57 +20004,53 @@ Axis of rotor 4 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR4_CT (`FLOAT`) {#CA_ROTOR4_CT} Thrust coefficient of rotor 4. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR4_KM (`FLOAT`) {#CA_ROTOR4_KM} Moment coefficient of rotor 4. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR4_PX (`FLOAT`) {#CA_ROTOR4_PX} Position of rotor 4 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR4_PY (`FLOAT`) {#CA_ROTOR4_PY} Position of rotor 4 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR4_PZ (`FLOAT`) {#CA_ROTOR4_PZ} Position of rotor 4 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR4_TILT (`INT32`) {#CA_ROTOR4_TILT} @@ -21830,9 +20066,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR5_AX (`FLOAT`) {#CA_ROTOR5_AX} @@ -21840,9 +20077,9 @@ Axis of rotor 5 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR5_AY (`FLOAT`) {#CA_ROTOR5_AY} @@ -21850,9 +20087,9 @@ Axis of rotor 5 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR5_AZ (`FLOAT`) {#CA_ROTOR5_AZ} @@ -21860,57 +20097,53 @@ Axis of rotor 5 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR5_CT (`FLOAT`) {#CA_ROTOR5_CT} Thrust coefficient of rotor 5. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR5_KM (`FLOAT`) {#CA_ROTOR5_KM} Moment coefficient of rotor 5. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR5_PX (`FLOAT`) {#CA_ROTOR5_PX} Position of rotor 5 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR5_PY (`FLOAT`) {#CA_ROTOR5_PY} Position of rotor 5 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR5_PZ (`FLOAT`) {#CA_ROTOR5_PZ} Position of rotor 5 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR5_TILT (`INT32`) {#CA_ROTOR5_TILT} @@ -21926,9 +20159,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR6_AX (`FLOAT`) {#CA_ROTOR6_AX} @@ -21936,9 +20170,9 @@ Axis of rotor 6 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR6_AY (`FLOAT`) {#CA_ROTOR6_AY} @@ -21946,9 +20180,9 @@ Axis of rotor 6 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR6_AZ (`FLOAT`) {#CA_ROTOR6_AZ} @@ -21956,57 +20190,53 @@ Axis of rotor 6 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR6_CT (`FLOAT`) {#CA_ROTOR6_CT} Thrust coefficient of rotor 6. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR6_KM (`FLOAT`) {#CA_ROTOR6_KM} Moment coefficient of rotor 6. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR6_PX (`FLOAT`) {#CA_ROTOR6_PX} Position of rotor 6 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR6_PY (`FLOAT`) {#CA_ROTOR6_PY} Position of rotor 6 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR6_PZ (`FLOAT`) {#CA_ROTOR6_PZ} Position of rotor 6 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR6_TILT (`INT32`) {#CA_ROTOR6_TILT} @@ -22022,9 +20252,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR7_AX (`FLOAT`) {#CA_ROTOR7_AX} @@ -22032,9 +20263,9 @@ Axis of rotor 7 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR7_AY (`FLOAT`) {#CA_ROTOR7_AY} @@ -22042,9 +20273,9 @@ Axis of rotor 7 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR7_AZ (`FLOAT`) {#CA_ROTOR7_AZ} @@ -22052,57 +20283,53 @@ Axis of rotor 7 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR7_CT (`FLOAT`) {#CA_ROTOR7_CT} Thrust coefficient of rotor 7. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR7_KM (`FLOAT`) {#CA_ROTOR7_KM} Moment coefficient of rotor 7. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR7_PX (`FLOAT`) {#CA_ROTOR7_PX} Position of rotor 7 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR7_PY (`FLOAT`) {#CA_ROTOR7_PY} Position of rotor 7 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR7_PZ (`FLOAT`) {#CA_ROTOR7_PZ} Position of rotor 7 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR7_TILT (`INT32`) {#CA_ROTOR7_TILT} @@ -22118,9 +20345,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR8_AX (`FLOAT`) {#CA_ROTOR8_AX} @@ -22128,9 +20356,9 @@ Axis of rotor 8 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR8_AY (`FLOAT`) {#CA_ROTOR8_AY} @@ -22138,9 +20366,9 @@ Axis of rotor 8 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR8_AZ (`FLOAT`) {#CA_ROTOR8_AZ} @@ -22148,57 +20376,53 @@ Axis of rotor 8 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR8_CT (`FLOAT`) {#CA_ROTOR8_CT} Thrust coefficient of rotor 8. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR8_KM (`FLOAT`) {#CA_ROTOR8_KM} Moment coefficient of rotor 8. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR8_PX (`FLOAT`) {#CA_ROTOR8_PX} Position of rotor 8 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR8_PY (`FLOAT`) {#CA_ROTOR8_PY} Position of rotor 8 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR8_PZ (`FLOAT`) {#CA_ROTOR8_PZ} Position of rotor 8 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR8_TILT (`INT32`) {#CA_ROTOR8_TILT} @@ -22214,9 +20438,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR9_AX (`FLOAT`) {#CA_ROTOR9_AX} @@ -22224,9 +20449,9 @@ Axis of rotor 9 thrust vector, X body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR9_AY (`FLOAT`) {#CA_ROTOR9_AY} @@ -22234,9 +20459,9 @@ Axis of rotor 9 thrust vector, Y body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | ### CA_ROTOR9_AZ (`FLOAT`) {#CA_ROTOR9_AZ} @@ -22244,57 +20469,53 @@ Axis of rotor 9 thrust vector, Z body axis component. Only the direction is considered (the vector is normalized). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | -1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | -1.0 | ### CA_ROTOR9_CT (`FLOAT`) {#CA_ROTOR9_CT} Thrust coefficient of rotor 9. -The thrust coefficient if defined as Thrust = CT \* u^2, -where u (with value between actuator minimum and maximum) -is the output signal sent to the motor controller. +The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | 1 | 6.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | 1 | 6.5 | ### CA_ROTOR9_KM (`FLOAT`) {#CA_ROTOR9_KM} Moment coefficient of rotor 9. -The moment coefficient if defined as Torque = KM \* Thrust. -Use a positive value for a rotor with CCW rotation. -Use a negative value for a rotor with CW rotation. +The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.01 | 0.05 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.01 | 0.05 | ### CA_ROTOR9_PX (`FLOAT`) {#CA_ROTOR9_PX} Position of rotor 9 along X body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR9_PY (`FLOAT`) {#CA_ROTOR9_PY} Position of rotor 9 along Y body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR9_PZ (`FLOAT`) {#CA_ROTOR9_PZ} Position of rotor 9 along Z body axis relative to center of gravity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -100 | 100 | 0.1 | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -100 | 100 | 0.1 | 0.0 | m ### CA_ROTOR9_TILT (`INT32`) {#CA_ROTOR9_TILT} @@ -22310,9 +20531,10 @@ If not set to None, this motor is tilted by the configured tilt servo. - `3`: Tilt 3 - `4`: Tilt 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_ROTOR_COUNT (`INT32`) {#CA_ROTOR_COUNT} @@ -22334,9 +20556,10 @@ Total number of rotors. - `11`: 11 - `12`: 12 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_R_REV (`INT32`) {#CA_R_REV} @@ -22359,9 +20582,10 @@ Configure motors to be bidirectional/reversible. Note that the output driver nee - `10`: Motor 11 - `11`: Motor 12 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4095 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4095 | | 0 | ### CA_SP0_ANG0 (`FLOAT`) {#CA_SP0_ANG0} @@ -22369,9 +20593,9 @@ Angle for swash plate servo 0. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 360 | 10 | 0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 360 | 10 | 0 | deg ### CA_SP0_ANG1 (`FLOAT`) {#CA_SP0_ANG1} @@ -22379,9 +20603,9 @@ Angle for swash plate servo 1. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 360 | 10 | 140 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 360 | 10 | 140 | deg ### CA_SP0_ANG2 (`FLOAT`) {#CA_SP0_ANG2} @@ -22389,9 +20613,9 @@ Angle for swash plate servo 2. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 360 | 10 | 220 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 360 | 10 | 220 | deg ### CA_SP0_ANG3 (`FLOAT`) {#CA_SP0_ANG3} @@ -22399,9 +20623,9 @@ Angle for swash plate servo 3. The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 360 | 10 | 0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 360 | 10 | 0 | deg ### CA_SP0_ARM_L0 (`FLOAT`) {#CA_SP0_ARM_L0} @@ -22409,9 +20633,9 @@ Arm length for swash plate servo 0. This is relative to the other arm lengths. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L1 (`FLOAT`) {#CA_SP0_ARM_L1} @@ -22419,9 +20643,9 @@ Arm length for swash plate servo 1. This is relative to the other arm lengths. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L2 (`FLOAT`) {#CA_SP0_ARM_L2} @@ -22429,9 +20653,9 @@ Arm length for swash plate servo 2. This is relative to the other arm lengths. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_ARM_L3 (`FLOAT`) {#CA_SP0_ARM_L3} @@ -22439,9 +20663,9 @@ Arm length for swash plate servo 3. This is relative to the other arm lengths. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 1.0 | ### CA_SP0_COUNT (`INT32`) {#CA_SP0_COUNT} @@ -22453,157 +20677,140 @@ Number of swash plates servos. - `3`: 3 - `4`: 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 3 | ### CA_SV0_SLEW (`FLOAT`) {#CA_SV0_SLEW} Servo 0 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV1_SLEW (`FLOAT`) {#CA_SV1_SLEW} Servo 1 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV2_SLEW (`FLOAT`) {#CA_SV2_SLEW} Servo 2 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV3_SLEW (`FLOAT`) {#CA_SV3_SLEW} Servo 3 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV4_SLEW (`FLOAT`) {#CA_SV4_SLEW} Servo 4 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV5_SLEW (`FLOAT`) {#CA_SV5_SLEW} Servo 5 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV6_SLEW (`FLOAT`) {#CA_SV6_SLEW} Servo 6 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV7_SLEW (`FLOAT`) {#CA_SV7_SLEW} Servo 7 slew rate limit. -Forces the servo output signal to take at least the configured time (in seconds) -to traverse its full range [-100%, 100%]. -Zero means that slew rate limiting is disabled. +Forces the servo output signal to take at least the configured time (in seconds) to traverse its full range [-100%, 100%]. Zero means that slew rate limiting is disabled. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.05 | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.05 | 0.0 | s ### CA_SV_CS0_FLAP (`FLOAT`) {#CA_SV_CS0_FLAP} Control Surface 0 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS0_SPOIL (`FLOAT`) {#CA_SV_CS0_SPOIL} Control Surface 0 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS0_TRIM (`FLOAT`) {#CA_SV_CS0_TRIM} Control Surface 0 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS0_TRQ_P (`FLOAT`) {#CA_SV_CS0_TRQ_P} Control Surface 0 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS0_TRQ_R (`FLOAT`) {#CA_SV_CS0_TRQ_R} Control Surface 0 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS0_TRQ_Y (`FLOAT`) {#CA_SV_CS0_TRQ_Y} Control Surface 0 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS0_TYPE (`INT32`) {#CA_SV_CS0_TYPE} @@ -22631,61 +20838,60 @@ Control Surface 0 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS1_FLAP (`FLOAT`) {#CA_SV_CS1_FLAP} Control Surface 1 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS1_SPOIL (`FLOAT`) {#CA_SV_CS1_SPOIL} Control Surface 1 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS1_TRIM (`FLOAT`) {#CA_SV_CS1_TRIM} Control Surface 1 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS1_TRQ_P (`FLOAT`) {#CA_SV_CS1_TRQ_P} Control Surface 1 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS1_TRQ_R (`FLOAT`) {#CA_SV_CS1_TRQ_R} Control Surface 1 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS1_TRQ_Y (`FLOAT`) {#CA_SV_CS1_TRQ_Y} Control Surface 1 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS1_TYPE (`INT32`) {#CA_SV_CS1_TYPE} @@ -22713,61 +20919,60 @@ Control Surface 1 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS2_FLAP (`FLOAT`) {#CA_SV_CS2_FLAP} Control Surface 2 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS2_SPOIL (`FLOAT`) {#CA_SV_CS2_SPOIL} Control Surface 2 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS2_TRIM (`FLOAT`) {#CA_SV_CS2_TRIM} Control Surface 2 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS2_TRQ_P (`FLOAT`) {#CA_SV_CS2_TRQ_P} Control Surface 2 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS2_TRQ_R (`FLOAT`) {#CA_SV_CS2_TRQ_R} Control Surface 2 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS2_TRQ_Y (`FLOAT`) {#CA_SV_CS2_TRQ_Y} Control Surface 2 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS2_TYPE (`INT32`) {#CA_SV_CS2_TYPE} @@ -22795,61 +21000,60 @@ Control Surface 2 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS3_FLAP (`FLOAT`) {#CA_SV_CS3_FLAP} Control Surface 3 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS3_SPOIL (`FLOAT`) {#CA_SV_CS3_SPOIL} Control Surface 3 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS3_TRIM (`FLOAT`) {#CA_SV_CS3_TRIM} Control Surface 3 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS3_TRQ_P (`FLOAT`) {#CA_SV_CS3_TRQ_P} Control Surface 3 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS3_TRQ_R (`FLOAT`) {#CA_SV_CS3_TRQ_R} Control Surface 3 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS3_TRQ_Y (`FLOAT`) {#CA_SV_CS3_TRQ_Y} Control Surface 3 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS3_TYPE (`INT32`) {#CA_SV_CS3_TYPE} @@ -22877,61 +21081,60 @@ Control Surface 3 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS4_FLAP (`FLOAT`) {#CA_SV_CS4_FLAP} Control Surface 4 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS4_SPOIL (`FLOAT`) {#CA_SV_CS4_SPOIL} Control Surface 4 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS4_TRIM (`FLOAT`) {#CA_SV_CS4_TRIM} Control Surface 4 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS4_TRQ_P (`FLOAT`) {#CA_SV_CS4_TRQ_P} Control Surface 4 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS4_TRQ_R (`FLOAT`) {#CA_SV_CS4_TRQ_R} Control Surface 4 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS4_TRQ_Y (`FLOAT`) {#CA_SV_CS4_TRQ_Y} Control Surface 4 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS4_TYPE (`INT32`) {#CA_SV_CS4_TYPE} @@ -22959,61 +21162,60 @@ Control Surface 4 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS5_FLAP (`FLOAT`) {#CA_SV_CS5_FLAP} Control Surface 5 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS5_SPOIL (`FLOAT`) {#CA_SV_CS5_SPOIL} Control Surface 5 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS5_TRIM (`FLOAT`) {#CA_SV_CS5_TRIM} Control Surface 5 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS5_TRQ_P (`FLOAT`) {#CA_SV_CS5_TRQ_P} Control Surface 5 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS5_TRQ_R (`FLOAT`) {#CA_SV_CS5_TRQ_R} Control Surface 5 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS5_TRQ_Y (`FLOAT`) {#CA_SV_CS5_TRQ_Y} Control Surface 5 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS5_TYPE (`INT32`) {#CA_SV_CS5_TYPE} @@ -23041,61 +21243,60 @@ Control Surface 5 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS6_FLAP (`FLOAT`) {#CA_SV_CS6_FLAP} Control Surface 6 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS6_SPOIL (`FLOAT`) {#CA_SV_CS6_SPOIL} Control Surface 6 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS6_TRIM (`FLOAT`) {#CA_SV_CS6_TRIM} Control Surface 6 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS6_TRQ_P (`FLOAT`) {#CA_SV_CS6_TRQ_P} Control Surface 6 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS6_TRQ_R (`FLOAT`) {#CA_SV_CS6_TRQ_R} Control Surface 6 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS6_TRQ_Y (`FLOAT`) {#CA_SV_CS6_TRQ_Y} Control Surface 6 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS6_TYPE (`INT32`) {#CA_SV_CS6_TYPE} @@ -23123,61 +21324,60 @@ Control Surface 6 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS7_FLAP (`FLOAT`) {#CA_SV_CS7_FLAP} Control Surface 7 configuration as flap. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS7_SPOIL (`FLOAT`) {#CA_SV_CS7_SPOIL} Control Surface 7 configuration as spoiler. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0 | ### CA_SV_CS7_TRIM (`FLOAT`) {#CA_SV_CS7_TRIM} Control Surface 7 trim. Can be used to add an offset to the servo control. -NOTE: Do not use for PWM servos. Use the PWM CENTER parameters instead (e.g., PWM_MAIN_CENT, PWM_AUX_CENT) instead. -This parameter can only be set if all PWM Center parameters are set to default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 0.0 | ### CA_SV_CS7_TRQ_P (`FLOAT`) {#CA_SV_CS7_TRQ_P} Control Surface 7 pitch torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS7_TRQ_R (`FLOAT`) {#CA_SV_CS7_TRQ_R} Control Surface 7 roll torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS7_TRQ_Y (`FLOAT`) {#CA_SV_CS7_TRQ_Y} Control Surface 7 yaw torque scaling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.0 | ### CA_SV_CS7_TYPE (`INT32`) {#CA_SV_CS7_TYPE} @@ -23205,9 +21405,10 @@ Control Surface 7 type. - `17`: Left Spoiler - `18`: Right Spoiler -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_CS_COUNT (`INT32`) {#CA_SV_CS_COUNT} @@ -23225,9 +21426,10 @@ Total number of Control Surfaces. - `7`: 7 - `8`: 8 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### CA_SV_TL0_CT (`INT32`) {#CA_SV_TL0_CT} @@ -23242,48 +21444,46 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### CA_SV_TL0_MAXA (`FLOAT`) {#CA_SV_TL0_MAXA} Tilt Servo 0 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 90.0 | deg ### CA_SV_TL0_MINA (`FLOAT`) {#CA_SV_TL0_MINA} Tilt Servo 0 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 0.0 | deg ### CA_SV_TL0_TD (`INT32`) {#CA_SV_TL0_TD} Tilt Servo 0 Tilt Direction. -Defines the direction the servo tilts towards when moving towards the maximum tilt angle. -For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', -the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. +Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. **Values:** - `0`: Towards Front - `90`: Towards Right -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 359 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 359 | | 0 | ### CA_SV_TL1_CT (`INT32`) {#CA_SV_TL1_CT} @@ -23298,48 +21498,46 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### CA_SV_TL1_MAXA (`FLOAT`) {#CA_SV_TL1_MAXA} Tilt Servo 1 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 90.0 | deg ### CA_SV_TL1_MINA (`FLOAT`) {#CA_SV_TL1_MINA} Tilt Servo 1 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 0.0 | deg ### CA_SV_TL1_TD (`INT32`) {#CA_SV_TL1_TD} Tilt Servo 1 Tilt Direction. -Defines the direction the servo tilts towards when moving towards the maximum tilt angle. -For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', -the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. +Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. **Values:** - `0`: Towards Front - `90`: Towards Right -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 359 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 359 | | 0 | ### CA_SV_TL2_CT (`INT32`) {#CA_SV_TL2_CT} @@ -23354,48 +21552,46 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### CA_SV_TL2_MAXA (`FLOAT`) {#CA_SV_TL2_MAXA} Tilt Servo 2 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 90.0 | deg ### CA_SV_TL2_MINA (`FLOAT`) {#CA_SV_TL2_MINA} Tilt Servo 2 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 0.0 | deg ### CA_SV_TL2_TD (`INT32`) {#CA_SV_TL2_TD} Tilt Servo 2 Tilt Direction. -Defines the direction the servo tilts towards when moving towards the maximum tilt angle. -For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', -the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. +Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. **Values:** - `0`: Towards Front - `90`: Towards Right -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 359 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 359 | | 0 | ### CA_SV_TL3_CT (`INT32`) {#CA_SV_TL3_CT} @@ -23410,48 +21606,46 @@ Define if this servo is used for additional control. - `2`: Pitch - `3`: Yaw and Pitch -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### CA_SV_TL3_MAXA (`FLOAT`) {#CA_SV_TL3_MAXA} Tilt Servo 3 Tilt Angle at Maximum. -Defines the tilt angle when the servo is at the maximum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 90.0 | deg ### CA_SV_TL3_MINA (`FLOAT`) {#CA_SV_TL3_MINA} Tilt Servo 3 Tilt Angle at Minimum. -Defines the tilt angle when the servo is at the minimum. -An angle of zero means upwards. +Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 0.0 | deg ### CA_SV_TL3_TD (`INT32`) {#CA_SV_TL3_TD} Tilt Servo 3 Tilt Direction. -Defines the direction the servo tilts towards when moving towards the maximum tilt angle. -For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', -the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. +Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. **Values:** - `0`: Towards Front - `90`: Towards Right -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 359 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 359 | | 0 | ### CA_SV_TL_COUNT (`INT32`) {#CA_SV_TL_COUNT} @@ -23465,185 +21659,170 @@ Total number of Tilt Servos. - `3`: 3 - `4`: 4 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### SIM_GZ_SV_MAXA1 (`FLOAT`) {#SIM_GZ_SV_MAXA1} Servo 1 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA2 (`FLOAT`) {#SIM_GZ_SV_MAXA2} Servo 2 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA3 (`FLOAT`) {#SIM_GZ_SV_MAXA3} Servo 3 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA4 (`FLOAT`) {#SIM_GZ_SV_MAXA4} Servo 4 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA5 (`FLOAT`) {#SIM_GZ_SV_MAXA5} Servo 5 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA6 (`FLOAT`) {#SIM_GZ_SV_MAXA6} Servo 6 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA7 (`FLOAT`) {#SIM_GZ_SV_MAXA7} Servo 7 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MAXA8 (`FLOAT`) {#SIM_GZ_SV_MAXA8} Servo 8 Angle at Maximum. -Defines the angle when the servo is at the maximum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MAXA. +Defines the angle when the servo is at the maximum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MAXA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | 45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | 45.0 | deg ### SIM_GZ_SV_MINA1 (`FLOAT`) {#SIM_GZ_SV_MINA1} Servo 1 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA2 (`FLOAT`) {#SIM_GZ_SV_MINA2} Servo 2 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA3 (`FLOAT`) {#SIM_GZ_SV_MINA3} Servo 3 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA4 (`FLOAT`) {#SIM_GZ_SV_MINA4} Servo 4 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA5 (`FLOAT`) {#SIM_GZ_SV_MINA5} Servo 5 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA6 (`FLOAT`) {#SIM_GZ_SV_MINA6} Servo 6 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA7 (`FLOAT`) {#SIM_GZ_SV_MINA7} Servo 7 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ### SIM_GZ_SV_MINA8 (`FLOAT`) {#SIM_GZ_SV_MINA8} Servo 8 Angle at Minimum. -Defines the angle when the servo is at the minimum. -Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}\_MINA. +Defines the angle when the servo is at the minimum. Currently only supported in gz simulation and must be coherent with .sdf file and CA_SV_TL{n}_MINA. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -180.0 | 180.0 | | -45.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180.0 | 180.0 | | -45.0 | deg ## Hover Thrust Estimator @@ -23651,72 +21830,61 @@ Currently only supported in gz simulation and must be coherent with .sdf file an Gate size for acceleration fusion. -Sets the number of standard deviations used -by the innovation consistency test. +Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 10.0 | | 3.0 | SD | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10.0 | | 3.0 | SD ### HTE_HT_ERR_INIT (`FLOAT`) {#HTE_HT_ERR_INIT} 1-sigma initial hover thrust uncertainty. -Sets the number of standard deviations used -by the innovation consistency test. +Sets the number of standard deviations used by the innovation consistency test. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----------------- | -| | 0.0 | 1.0 | | 0.1 | normalized_thrust | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | | 0.1 | normalized_thrust ### HTE_HT_NOISE (`FLOAT`) {#HTE_HT_NOISE} Hover thrust process noise. -Reduce to make the hover thrust estimate -more stable, increase if the real hover thrust -is expected to change quickly over time. +Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------------------- | -| | 0.0001 | 1.0 | | 0.0036 | normalized_thrust/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0001 | 1.0 | | 0.0036 | normalized_thrust/s ### HTE_THR_RANGE (`FLOAT`) {#HTE_THR_RANGE} Max deviation from MPC_THR_HOVER. -Defines the range of the hover thrust estimate around MPC_THR_HOVER. -A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. -Set to a large value if the vehicle operates in varying physical conditions that -affect the required hover thrust strongly (e.g. differently sized payloads). +Defines the range of the hover thrust estimate around MPC_THR_HOVER. A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. Set to a large value if the vehicle operates in varying physical conditions that affect the required hover thrust strongly (e.g. differently sized payloads). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----------------- | -| | 0.01 | 0.4 | | 0.2 | normalized_thrust | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 0.4 | | 0.2 | normalized_thrust ### HTE_VXY_THR (`FLOAT`) {#HTE_VXY_THR} Horizontal velocity threshold for sensitivity reduction. -Above this speed, the measurement noise is linearly increased -to reduce the sensitivity of the estimator from biased measurement. -Set to a low value on vehicles with large lifting surfaces. +Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles with large lifting surfaces. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 20.0 | | 10.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 20.0 | | 10.0 | m/s ### HTE_VZ_THR (`FLOAT`) {#HTE_VZ_THR} Vertical velocity threshold for sensitivity reduction. -Above this speed, the measurement noise is linearly increased -to reduce the sensitivity of the estimator from biased measurement. -Set to a low value on vehicles affected by air drag when climbing or descending. +Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles affected by air drag when climbing or descending. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 10.0 | | 2.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 10.0 | | 2.0 | m/s ## ICE @@ -23724,17 +21892,17 @@ Set to a low value on vehicles affected by air drag when climbing or descending. Duration of choking during startup. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 5 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 5 | s ### ICE_EN (`INT32`) {#ICE_EN} Enable internal combustion engine. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### ICE_IGN_DELAY (`FLOAT`) {#ICE_IGN_DELAY} @@ -23742,17 +21910,17 @@ Cold-start delay after ignition before engaging starter. In case that the ignition takes a moment to be up and running, this parameter can be set to account for that. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 0 | s ### ICE_MIN_RUN_RPM (`FLOAT`) {#ICE_MIN_RUN_RPM} Minimum RPM for engine to be declared running. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10000 | 1 | 2000 | rpm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10000 | 1 | 2000 | rpm ### ICE_ON_SOURCE (`INT32`) {#ICE_ON_SOURCE} @@ -23763,30 +21931,29 @@ Engine start/stop input source. - `0`: On arming - disarming - `1`: Aux1 - `2`: Aux2 -- `3`: On Vtol Transitions -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### ICE_RUN_FAULT_D (`INT32`) {#ICE_RUN_FAULT_D} Fault detection if it stops in running state. -Enables restart if a fault is detected during the running state. Otherwise -commands continues in running state until given an user request off. +Enables restart if a fault is detected during the running state. Otherwise commands continues in running state until given an user request off. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### ICE_STOP_CHOKE (`INT32`) {#ICE_STOP_CHOKE} Apply choke when stopping engine. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### ICE_STRT_ATTEMPT (`INT32`) {#ICE_STRT_ATTEMPT} @@ -23794,9 +21961,9 @@ Number attempts for starting the engine. Number of accepted attempts for starting the engine before declaring a fault. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | | 3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | | 3 | ### ICE_STRT_DUR (`FLOAT`) {#ICE_STRT_DUR} @@ -23804,9 +21971,9 @@ Duration of single starting attempt (excl. choking). Maximum expected time for startup before declaring timeout. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | 0.1 | 5 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | 0.1 | 5 | s ### ICE_STRT_THR (`FLOAT`) {#ICE_STRT_THR} @@ -23814,9 +21981,9 @@ Throttle value for starting engine. During the choking and the starting phase, the throttle value is set to this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0.1 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.1 | norm ### ICE_THR_SLEW (`FLOAT`) {#ICE_THR_SLEW} @@ -23824,9 +21991,9 @@ Throttle slew rate. Maximum rate of change of throttle value per second. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0.5 | 1/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.5 | 1/s ## Iridium SBD @@ -23851,25 +22018,26 @@ Configure on which serial port to run Iridium (with MAVLink). - `301`: Wifi Port - `401`: EXT2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### ISBD_READ_INT (`INT32`) {#ISBD_READ_INT} Satellite radio read interval. Only required to be nonzero if data is not sent using a ring call. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 5000 | | 0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 5000 | | 0 | s ### ISBD_SBD_TIMEOUT (`INT32`) {#ISBD_SBD_TIMEOUT} Iridium SBD session timeout. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 300 | | 60 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 300 | | 60 | s ### ISBD_STACK_TIME (`INT32`) {#ISBD_STACK_TIME} @@ -23877,9 +22045,9 @@ Time the Iridium driver will wait for additional mavlink messages to combine the Value 0 turns the functionality off -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 500 | | 0 | ms | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 500 | | 0 | ms ## Land Detector @@ -23889,20 +22057,19 @@ Fixed-wing land detector: Max airspeed. Maximum airspeed allowed in the landed state -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2 | 30 | | 6.00 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 30 | | 6.00 | m/s ### LNDFW_ROT_MAX (`FLOAT`) {#LNDFW_ROT_MAX} Fixed-wing land detector: max rotational speed. -Maximum allowed norm of the angular velocity in the landed state. -Only used if neither airspeed nor groundspeed can be used for landing detection. +Maximum allowed norm of the angular velocity in the landed state. Only used if neither airspeed nor groundspeed can be used for landing detection. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | | | | 0.5 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.5 | deg/s ### LNDFW_TRIG_TIME (`FLOAT`) {#LNDFW_TRIG_TIME} @@ -23910,21 +22077,19 @@ Fixed-wing land detection trigger time. Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.1 | | | 2. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.1 | | | 2. | s ### LNDFW_VEL_XY_MAX (`FLOAT`) {#LNDFW_VEL_XY_MAX} Fixed-wing land detector: Max horizontal velocity threshold. -Maximum horizontal velocity allowed in the landed state. -A factor of 0.7 is applied in case of airspeed-less flying -(either because no sensor is present or sensor data got invalid in flight). +Maximum horizontal velocity allowed in the landed state. A factor of 0.7 is applied in case of airspeed-less flying (either because no sensor is present or sensor data got invalid in flight). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 20 | | 5.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 20 | | 5.0 | m/s ### LNDFW_VEL_Z_MAX (`FLOAT`) {#LNDFW_VEL_Z_MAX} @@ -23932,9 +22097,9 @@ Fixed-wing land detector: Max vertiacal velocity threshold. Maximum vertical velocity allowed in the landed state. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 20 | | 1.0 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 20 | | 1.0 | m/s ### LNDFW_XYACC_MAX (`FLOAT`) {#LNDFW_XYACC_MAX} @@ -23942,20 +22107,19 @@ Fixed-wing land detector: Max horizontal acceleration. Maximum horizontal (x,y body axes) acceleration allowed in the landed state -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2 | 30 | | 8.0 | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 30 | | 8.0 | m/s^2 ### LNDMC_ALT_GND (`FLOAT`) {#LNDMC_ALT_GND} Ground effect altitude for multicopters. -The height above ground below which ground effect creates barometric altitude errors. -A negative value indicates no ground effect. +The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | | 2. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | | 2. | m ### LNDMC_ROT_MAX (`FLOAT`) {#LNDMC_ROT_MAX} @@ -23963,21 +22127,19 @@ Multicopter max rotational speed. Maximum allowed norm of the angular velocity (roll, pitch) in the landed state. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | | | | 20.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 20.0 | deg/s ### LNDMC_TRIG_TIME (`FLOAT`) {#LNDMC_TRIG_TIME} Multicopter land detection trigger time. -Total time it takes to go through all three land detection stages: -ground contact, maybe landed, landed -when all necessary conditions are constantly met. +Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 10.0 | | 1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 10.0 | | 1.0 | s ### LNDMC_XY_VEL_MAX (`FLOAT`) {#LNDMC_XY_VEL_MAX} @@ -23985,44 +22147,39 @@ Multicopter max horizontal velocity. Maximum horizontal velocity allowed in the landed state -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1.5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1.5 | m/s ### LNDMC_Z_VEL_MAX (`FLOAT`) {#LNDMC_Z_VEL_MAX} Multicopter vertical velocity threshold. -Vertical velocity threshold to detect landing. -Has to be set lower than the expected minimal speed for landing, -which is either MPC_LAND_SPEED or MPC_LAND_CRWL. -This is enforced by an automatic check. +Vertical velocity threshold to detect landing. Has to be set lower than the expected minimal speed for landing, which is either MPC_LAND_SPEED or MPC_LAND_CRWL. This is enforced by an automatic check. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 0.25 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 0.25 | m/s ### LND_FLIGHT_T_HI (`INT32`) {#LND_FLIGHT_T_HI} Total flight time in microseconds. -Total flight time of this autopilot. Higher 32 bits of the value. -Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. +Total flight time of this autopilot. Higher 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 0 | ### LND_FLIGHT_T_LO (`INT32`) {#LND_FLIGHT_T_LO} Total flight time in microseconds. -Total flight time of this autopilot. Lower 32 bits of the value. -Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. +Total flight time of this autopilot. Lower 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 0 | ## Landing Target Estimator @@ -24030,40 +22187,37 @@ Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. Acceleration uncertainty. -Variance of acceleration measurement used for landing target position prediction. -Higher values results in tighter following of the measurements and more lenient outlier rejection +Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | --------- | -| | 0.01 | | | 10.0 | (m/s^2)^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 10.0 | (m/s^2)^2 ### LTEST_MEAS_UNC (`FLOAT`) {#LTEST_MEAS_UNC} Landing target measurement uncertainty. -Variance of the landing target measurement from the driver. -Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements. +Variance of the landing target measurement from the driver. Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---------- | -| | | | | 0.005 | tan(rad)^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0.005 | tan(rad)^2 ### LTEST_MODE (`INT32`) {#LTEST_MODE} Landing target mode. -Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. -Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. -Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation. +Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation. **Values:** - `0`: Moving - `1`: Stationary -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0 | ### LTEST_POS_UNC_IN (`FLOAT`) {#LTEST_POS_UNC_IN} @@ -24071,9 +22225,9 @@ Initial landing target position uncertainty. Initial variance of the relative landing target position in x and y direction -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.001 | | | 0.1 | m^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.001 | | | 0.1 | m^2 ### LTEST_SCALE_X (`FLOAT`) {#LTEST_SCALE_X} @@ -24081,9 +22235,9 @@ Scale factor for sensor measurements in sensor x axis. Landing target x measurements are scaled by this factor before being used -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 1.0 | ### LTEST_SCALE_Y (`FLOAT`) {#LTEST_SCALE_Y} @@ -24091,33 +22245,33 @@ Scale factor for sensor measurements in sensor y axis. Landing target y measurements are scaled by this factor before being used -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | | | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | | | 1.0 | ### LTEST_SENS_POS_X (`FLOAT`) {#LTEST_SENS_POS_X} X Position of IRLOCK in body frame (forward). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0.0 | m ### LTEST_SENS_POS_Y (`FLOAT`) {#LTEST_SENS_POS_Y} Y Position of IRLOCK in body frame (right). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0.0 | m ### LTEST_SENS_POS_Z (`FLOAT`) {#LTEST_SENS_POS_Z} Z Position of IRLOCK in body frame (downward). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0.0 | m ### LTEST_SENS_ROT (`INT32`) {#LTEST_SENS_ROT} @@ -24136,9 +22290,10 @@ Default orientation of Yaw 90° - `6`: Yaw 270° - `7`: Yaw 315° -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1 | 40 | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1 | 40 | | 2 | ### LTEST_VEL_UNC_IN (`FLOAT`) {#LTEST_VEL_UNC_IN} @@ -24146,9 +22301,9 @@ Initial landing target velocity uncertainty. Initial variance of the relative landing target velocity in x and y directions -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.001 | | | 0.1 | (m/s)^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.001 | | | 0.1 | (m/s)^2 ## Local Position Estimator @@ -24156,12 +22311,11 @@ Initial variance of the relative landing target velocity in x and y directions Accelerometer xy noise density. -Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) -Larger than data sheet to account for tilt error. +Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0.00001 | 2 | | 0.012 | m/s^2/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.00001 | 2 | | 0.012 | m/s^2/sqrt(Hz) ### LPE_ACC_Z (`FLOAT`) {#LPE_ACC_Z} @@ -24169,41 +22323,41 @@ Accelerometer z noise density. Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0.00001 | 2 | | 0.02 | m/s^2/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.00001 | 2 | | 0.02 | m/s^2/sqrt(Hz) ### LPE_BAR_Z (`FLOAT`) {#LPE_BAR_Z} Barometric presssure altitude z standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 100 | | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 100 | | 3.0 | m ### LPE_EN (`INT32`) {#LPE_EN} Local position estimator enable (unsupported). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### LPE_EPH_MAX (`FLOAT`) {#LPE_EPH_MAX} Max EPH allowed for GPS initialization. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 5.0 | | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 5.0 | | 3.0 | m ### LPE_EPV_MAX (`FLOAT`) {#LPE_EPV_MAX} Max EPV allowed for GPS initialization. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 5.0 | | 5.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 5.0 | | 5.0 | m ### LPE_FAKE_ORIGIN (`INT32`) {#LPE_FAKE_ORIGIN} @@ -24211,72 +22365,63 @@ Enable publishing of a fake global position (e.g for AUTO missions using Optical By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0 | ### LPE_FGYRO_HP (`FLOAT`) {#LPE_FGYRO_HP} Flow gyro high pass filter cut off frequency. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 0.001 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 0.001 | Hz ### LPE_FLW_OFF_Z (`FLOAT`) {#LPE_FLW_OFF_Z} Optical flow z offset from center. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | | 0.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | | 0.0 | m ### LPE_FLW_QMIN (`INT32`) {#LPE_FLW_QMIN} Optical flow minimum quality threshold. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 150 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 150 | ### LPE_FLW_R (`FLOAT`) {#LPE_FLW_R} Optical flow rotation (roll/pitch) noise gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 0.1 | 10.0 | | 7.0 | m/s/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 10.0 | | 7.0 | m/s/rad ### LPE_FLW_RR (`FLOAT`) {#LPE_FLW_RR} Optical flow angular velocity noise gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 10.0 | | 7.0 | m/rad | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10.0 | | 7.0 | m/rad ### LPE_FLW_SCALE (`FLOAT`) {#LPE_FLW_SCALE} Optical flow scale. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 10.0 | | 1.3 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 10.0 | | 1.3 | m ### LPE_FUSION (`INT32`) {#LPE_FUSION} Integer bitmask controlling data fusion. -Set bits in the following positions to enable: -0 : Set to true to fuse GPS data if available, also requires GPS for altitude init -1 : Set to true to fuse optical flow data if available -2 : Set to true to fuse vision position -3 : Set to true to enable landing target -4 : Set to true to fuse land detector -5 : Set to true to publish AGL as local position down component -6 : Set to true to enable flow gyro compensation -7 : Set to true to enable baro fusion -default (145 - GPS, baro, land detector) +Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector) **Bitmask:** @@ -24289,17 +22434,18 @@ default (145 - GPS, baro, land detector) - `6`: flow gyro compensation - `7`: fuse baro -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 255 | | 145 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 255 | | 145 | ### LPE_GPS_DELAY (`FLOAT`) {#LPE_GPS_DELAY} GPS delay compensaton. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 0.4 | | 0.29 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.4 | | 0.29 | s ### LPE_GPS_VXY (`FLOAT`) {#LPE_GPS_VXY} @@ -24307,143 +22453,141 @@ GPS xy velocity standard deviation. EPV used if greater than this value. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 2 | | 0.25 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 2 | | 0.25 | m/s ### LPE_GPS_VZ (`FLOAT`) {#LPE_GPS_VZ} GPS z velocity standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 2 | | 0.25 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 2 | | 0.25 | m/s ### LPE_GPS_XY (`FLOAT`) {#LPE_GPS_XY} Minimum GPS xy standard deviation, uses reported EPH if greater. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5 | | 1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 5 | | 1.0 | m ### LPE_GPS_Z (`FLOAT`) {#LPE_GPS_Z} Minimum GPS z standard deviation, uses reported EPV if greater. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 200 | | 3.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 200 | | 3.0 | m ### LPE_LAND_VXY (`FLOAT`) {#LPE_LAND_VXY} Land detector xy velocity standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 10.0 | | 0.05 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 10.0 | | 0.05 | m/s ### LPE_LAND_Z (`FLOAT`) {#LPE_LAND_Z} Land detector z standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.001 | 10.0 | | 0.03 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.001 | 10.0 | | 0.03 | m ### LPE_LAT (`FLOAT`) {#LPE_LAT} Local origin latitude for nav w/o GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | --------- | ---- | -| | -90 | 90 | | 47.397742 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90 | 90 | | 47.397742 | deg ### LPE_LDR_OFF_Z (`FLOAT`) {#LPE_LDR_OFF_Z} Lidar z offset from center of vehicle +down. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | | 0.00 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | | 0.00 | m ### LPE_LDR_Z (`FLOAT`) {#LPE_LDR_Z} Lidar z standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 1 | | 0.03 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1 | | 0.03 | m ### LPE_LON (`FLOAT`) {#LPE_LON} Local origin longitude for nav w/o GPS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | -------- | ---- | -| | -180 | 180 | | 8.545594 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -180 | 180 | | 8.545594 | deg ### LPE_LT_COV (`FLOAT`) {#LPE_LT_COV} Minimum landing target standard covariance, uses reported covariance if greater. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10 | | 0.0001 | m^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | | 0.0001 | m^2 ### LPE_PN_B (`FLOAT`) {#LPE_PN_B} Accel bias propagation noise density. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0 | 1 | | 1e-3 | m/s^3/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 1e-3 | m/s^3/sqrt(Hz) ### LPE_PN_P (`FLOAT`) {#LPE_PN_P} Position propagation noise density. -Increase to trust measurements more. -Decrease to trust model more. +Increase to trust measurements more. Decrease to trust model more. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------------ | -| | 0 | 1 | | 0.1 | m/s/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.1 | m/s/sqrt(Hz) ### LPE_PN_T (`FLOAT`) {#LPE_PN_T} Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------------ | -| | 0 | 1 | | 0.001 | m/s/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.001 | m/s/sqrt(Hz) ### LPE_PN_V (`FLOAT`) {#LPE_PN_V} Velocity propagation noise density. -Increase to trust measurements more. -Decrease to trust model more. +Increase to trust measurements more. Decrease to trust model more. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | -------------- | -| | 0 | 1 | | 0.1 | m/s^2/sqrt(Hz) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.1 | m/s^2/sqrt(Hz) ### LPE_SNR_OFF_Z (`FLOAT`) {#LPE_SNR_OFF_Z} Sonar z offset from center of vehicle +down. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | | 0.00 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | | 0.00 | m ### LPE_SNR_Z (`FLOAT`) {#LPE_SNR_Z} Sonar z standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 1 | | 0.05 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1 | | 0.05 | m ### LPE_T_MAX_GRADE (`FLOAT`) {#LPE_T_MAX_GRADE} @@ -24451,17 +22595,17 @@ Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 Used to calculate increased terrain random walk nosie due to movement. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | | 1.0 | % | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | | 1.0 | % ### LPE_VIC_P (`FLOAT`) {#LPE_VIC_P} Vicon position standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0001 | 1 | | 0.001 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0001 | 1 | | 0.001 | m ### LPE_VIS_DELAY (`FLOAT`) {#LPE_VIS_DELAY} @@ -24469,49 +22613,49 @@ Vision delay compensation. Set to zero to enable automatic compensation from measurement timestamps -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 0.1 | | 0.1 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.1 | | 0.1 | s ### LPE_VIS_XY (`FLOAT`) {#LPE_VIS_XY} Vision xy standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 1 | | 0.1 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1 | | 0.1 | m ### LPE_VIS_Z (`FLOAT`) {#LPE_VIS_Z} Vision z standard deviation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 100 | | 0.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 100 | | 0.5 | m ### LPE_VXY_PUB (`FLOAT`) {#LPE_VXY_PUB} Required velocity xy standard deviation to publish position. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 1.0 | | 0.3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 1.0 | | 0.3 | m/s ### LPE_X_LP (`FLOAT`) {#LPE_X_LP} Cut frequency for state publication. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5 | 1000 | | 5.0 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 1000 | | 5.0 | Hz ### LPE_Z_PUB (`FLOAT`) {#LPE_Z_PUB} Required z standard deviation to publish altitude/ terrain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.3 | 5.0 | | 1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.3 | 5.0 | | 1.0 | m ## MAVLink @@ -24519,8 +22663,7 @@ Required z standard deviation to publish altitude/ terrain. Broadcast heartbeats on local network for MAVLink instance 0. -This allows a ground control station to automatically find the drone -on the local network. +This allows a ground control station to automatically find the drone on the local network. **Values:** @@ -24528,9 +22671,10 @@ on the local network. - `1`: Always broadcast - `2`: Only multicast -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### MAV_0_CONFIG (`INT32`) {#MAV_0_CONFIG} @@ -24554,16 +22698,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 101 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 101 | ### MAV_0_FLOW_CTRL (`INT32`) {#MAV_0_FLOW_CTRL} Enable serial flow control for instance 0. -This is used to force flow control on or off for the the mavlink -instance. By default it is auto detected. Use when auto detection fails. +This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. **Values:** @@ -24571,41 +22715,36 @@ instance. By default it is auto detected. Use when auto detection fails. - `1`: Force on - `2`: Auto-detected -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ### MAV_0_FORWARD (`INT32`) {#MAV_0_FORWARD} Enable MAVLink Message forwarding for instance 0. -If enabled, forward incoming MAVLink messages to other MAVLink ports if the -message is either broadcast or the target is not the autopilot. -This allows for example a GCS to talk to a camera that is connected to the -autopilot via MAVLink (on a different link than the GCS). +If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### MAV_0_HL_FREQ (`FLOAT`) {#MAV_0_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 0. -Positive real value that configures the transmission frequency of the -HIGH_LATENCY2 stream for instance 0, configured in iridium mode. -This parameter has no effect if the instance mode is different from iridium. +Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 0, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz ### MAV_0_MODE (`INT32`) {#MAV_0_MODE} MAVLink Mode for instance 0. -The MAVLink Mode defines the set of streamed messages (for example the -vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. **Values:** @@ -24622,65 +22761,56 @@ vehicle's attitude) and their sending rates. - `12`: uAvionix - `13`: Low Bandwidth -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_0_RADIO_CTL (`INT32`) {#MAV_0_RADIO_CTL} Enable software throttling of mavlink on instance 0. -If enabled, MAVLink messages will be throttled according to -`txbuf` field reported by radio_status. -Requires a radio to send the mavlink message RADIO_STATUS. +If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### MAV_0_RATE (`INT32`) {#MAV_0_RATE} Maximum MAVLink sending rate for instance 0. -Configure the maximum sending rate for the MAVLink streams in Bytes/sec. -If the configured streams exceed the maximum rate, the sending rate of -each stream is automatically decreased. -If this is set to 0 a value of half of the theoretical maximum bandwidth is used. -This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on -8N1-configured links). +Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | | | 1200 | B/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | | | 1200 | B/s ### MAV_0_REMOTE_PRT (`INT32`) {#MAV_0_REMOTE_PRT} MAVLink Remote Port for instance 0. -If ethernet enabled and selected as configuration for MAVLink instance 0, -selected remote port will be set and used in MAVLink instance 0. +If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 14550 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 14550 | ### MAV_0_UDP_PRT (`INT32`) {#MAV_0_UDP_PRT} MAVLink Network Port for instance 0. -If ethernet enabled and selected as configuration for MAVLink instance 0, -selected udp port will be set and used in MAVLink instance 0. +If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 14556 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 14556 | ### MAV_1_BROADCAST (`INT32`) {#MAV_1_BROADCAST} Broadcast heartbeats on local network for MAVLink instance 1. -This allows a ground control station to automatically find the drone -on the local network. +This allows a ground control station to automatically find the drone on the local network. **Values:** @@ -24688,9 +22818,10 @@ on the local network. - `1`: Always broadcast - `2`: Only multicast -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MAV_1_CONFIG (`INT32`) {#MAV_1_CONFIG} @@ -24714,16 +22845,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_1_FLOW_CTRL (`INT32`) {#MAV_1_FLOW_CTRL} Enable serial flow control for instance 1. -This is used to force flow control on or off for the the mavlink -instance. By default it is auto detected. Use when auto detection fails. +This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. **Values:** @@ -24731,41 +22862,36 @@ instance. By default it is auto detected. Use when auto detection fails. - `1`: Force on - `2`: Auto-detected -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ### MAV_1_FORWARD (`INT32`) {#MAV_1_FORWARD} Enable MAVLink Message forwarding for instance 1. -If enabled, forward incoming MAVLink messages to other MAVLink ports if the -message is either broadcast or the target is not the autopilot. -This allows for example a GCS to talk to a camera that is connected to the -autopilot via MAVLink (on a different link than the GCS). +If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### MAV_1_HL_FREQ (`FLOAT`) {#MAV_1_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 1. -Positive real value that configures the transmission frequency of the -HIGH_LATENCY2 stream for instance 1, configured in iridium mode. -This parameter has no effect if the instance mode is different from iridium. +Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 1, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz ### MAV_1_MODE (`INT32`) {#MAV_1_MODE} MAVLink Mode for instance 1. -The MAVLink Mode defines the set of streamed messages (for example the -vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. **Values:** @@ -24782,65 +22908,56 @@ vehicle's attitude) and their sending rates. - `12`: uAvionix - `13`: Low Bandwidth -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ### MAV_1_RADIO_CTL (`INT32`) {#MAV_1_RADIO_CTL} Enable software throttling of mavlink on instance 1. -If enabled, MAVLink messages will be throttled according to -`txbuf` field reported by radio_status. -Requires a radio to send the mavlink message RADIO_STATUS. +If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### MAV_1_RATE (`INT32`) {#MAV_1_RATE} Maximum MAVLink sending rate for instance 1. -Configure the maximum sending rate for the MAVLink streams in Bytes/sec. -If the configured streams exceed the maximum rate, the sending rate of -each stream is automatically decreased. -If this is set to 0 a value of half of the theoretical maximum bandwidth is used. -This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on -8N1-configured links). +Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | | | 0 | B/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | | | 0 | B/s ### MAV_1_REMOTE_PRT (`INT32`) {#MAV_1_REMOTE_PRT} MAVLink Remote Port for instance 1. -If ethernet enabled and selected as configuration for MAVLink instance 1, -selected remote port will be set and used in MAVLink instance 1. +If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_1_UDP_PRT (`INT32`) {#MAV_1_UDP_PRT} MAVLink Network Port for instance 1. -If ethernet enabled and selected as configuration for MAVLink instance 1, -selected udp port will be set and used in MAVLink instance 1. +If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_2_BROADCAST (`INT32`) {#MAV_2_BROADCAST} Broadcast heartbeats on local network for MAVLink instance 2. -This allows a ground control station to automatically find the drone -on the local network. +This allows a ground control station to automatically find the drone on the local network. **Values:** @@ -24848,9 +22965,10 @@ on the local network. - `1`: Always broadcast - `2`: Only multicast -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MAV_2_CONFIG (`INT32`) {#MAV_2_CONFIG} @@ -24874,16 +22992,16 @@ Configure on which serial port to run MAVLink. - `401`: EXT2 - `1000`: Ethernet -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_2_FLOW_CTRL (`INT32`) {#MAV_2_FLOW_CTRL} Enable serial flow control for instance 2. -This is used to force flow control on or off for the the mavlink -instance. By default it is auto detected. Use when auto detection fails. +This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. **Values:** @@ -24891,41 +23009,36 @@ instance. By default it is auto detected. Use when auto detection fails. - `1`: Force on - `2`: Auto-detected -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 2 | ### MAV_2_FORWARD (`INT32`) {#MAV_2_FORWARD} Enable MAVLink Message forwarding for instance 2. -If enabled, forward incoming MAVLink messages to other MAVLink ports if the -message is either broadcast or the target is not the autopilot. -This allows for example a GCS to talk to a camera that is connected to the -autopilot via MAVLink (on a different link than the GCS). +If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | ### MAV_2_HL_FREQ (`FLOAT`) {#MAV_2_HL_FREQ} Configures the frequency of HIGH_LATENCY2 stream for instance 2. -Positive real value that configures the transmission frequency of the -HIGH_LATENCY2 stream for instance 2, configured in iridium mode. -This parameter has no effect if the instance mode is different from iridium. +Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 2, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0.0 | 50.0 | 0.001 | 0.015 | Hz ### MAV_2_MODE (`INT32`) {#MAV_2_MODE} MAVLink Mode for instance 2. -The MAVLink Mode defines the set of streamed messages (for example the -vehicle's attitude) and their sending rates. +The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. **Values:** @@ -24942,99 +23055,88 @@ vehicle's attitude) and their sending rates. - `12`: uAvionix - `13`: Low Bandwidth -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_2_RADIO_CTL (`INT32`) {#MAV_2_RADIO_CTL} Enable software throttling of mavlink on instance 2. -If enabled, MAVLink messages will be throttled according to -`txbuf` field reported by radio_status. -Requires a radio to send the mavlink message RADIO_STATUS. +If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### MAV_2_RATE (`INT32`) {#MAV_2_RATE} Maximum MAVLink sending rate for instance 2. -Configure the maximum sending rate for the MAVLink streams in Bytes/sec. -If the configured streams exceed the maximum rate, the sending rate of -each stream is automatically decreased. -If this is set to 0 a value of half of the theoretical maximum bandwidth is used. -This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on -8N1-configured links). +Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | | | 0 | B/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | | | 0 | B/s ### MAV_2_REMOTE_PRT (`INT32`) {#MAV_2_REMOTE_PRT} MAVLink Remote Port for instance 2. -If ethernet enabled and selected as configuration for MAVLink instance 2, -selected remote port will be set and used in MAVLink instance 2. +If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_2_UDP_PRT (`INT32`) {#MAV_2_UDP_PRT} MAVLink Network Port for instance 2. -If ethernet enabled and selected as configuration for MAVLink instance 2, -selected udp port will be set and used in MAVLink instance 2. +If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### MAV_COMP_ID (`INT32`) {#MAV_COMP_ID} MAVLink component ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 1 | 250 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 1 | 250 | | 1 | ### MAV_FWDEXTSP (`INT32`) {#MAV_FWDEXTSP} Forward external setpoint messages. -If set to 1 incoming external setpoint messages will be directly forwarded -to the controllers if in offboard control mode +If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MAV_HASH_CHK_EN (`INT32`) {#MAV_HASH_CHK_EN} Parameter hash check. -Disabling the parameter hash check functionality will make the mavlink instance -stream parameters continuously. +Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MAV_HB_FORW_EN (`INT32`) {#MAV_HB_FORW_EN} Heartbeat message forwarding. -The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. -The main reason for disabling heartbeats to be forwarded is because they confuse dronekit. +The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MAV_PROTO_VER (`INT32`) {#MAV_PROTO_VER} @@ -25042,75 +23144,42 @@ MAVLink protocol version. **Values:** -- `1`: Version 1 with auto-upgrade to v2 if detected -- `2`: Version 2 +- `0`: Default to 1, switch to 2 if GCS sends version 2 +- `1`: Always use version 1 +- `2`: Always use version 2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MAV_RADIO_TOUT (`INT32`) {#MAV_RADIO_TOUT} Timeout in seconds for the RADIO_STATUS reports coming in. -If the connected radio stops reporting RADIO_STATUS for a certain time, -a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow -control is reset. +If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 250 | | 5 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 250 | | 5 | s ### MAV_SIK_RADIO_ID (`INT32`) {#MAV_SIK_RADIO_ID} MAVLink SiK Radio ID. -When non-zero the MAVLink app will attempt to configure the -SiK radio to this ID and re-set the parameter to 0. If the value -is negative it will reset the complete radio config to -factory defaults. Only applies if this mavlink instance is going through a SiK radio +When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 240 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 240 | | 0 | ### MAV_SYS_ID (`INT32`) {#MAV_SYS_ID} MAVLink system ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 1 | 250 | | 1 | - -### MAV_S_FORWARD (`INT32`) {#MAV_S_FORWARD} - -Enable MAVLink forwarding on TELEM2. - -TELEM2 on Skynode only. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------------ | ---- | -| ✓ | | | | Disabled (0) | - -### MAV_S_MODE (`INT32`) {#MAV_S_MODE} - -MAVLink Mode for SOM to FMU communication channel. - -The MAVLink Mode defines the set of streamed messages (for example the -vehicle's attitude) and their sending rates. - -**Values:** - -- `0`: Normal -- `2`: Onboard -- `5`: Config -- `7`: Minimal -- `11`: Onboard Low Bandwidth -- `13`: Low Bandwidth - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 11 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 1 | 250 | | 1 | ### MAV_TYPE (`INT32`) {#MAV_TYPE} @@ -25137,9 +23206,10 @@ MAVLink airframe type. - `22`: VTOL Standard (separate fixed rotors for hover and cruise flight) - `23`: VTOL Tailsitter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 22 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 22 | | 0 | ### MAV_USEHILGPS (`INT32`) {#MAV_USEHILGPS} @@ -25147,9 +23217,9 @@ Use/Accept HIL GPS message even if not in HIL mode. If set to 1 incoming HIL GPS messages are parsed. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ## Magnetometer @@ -25166,9 +23236,10 @@ Defines which averaging mode to use during data polling. - `2`: 4 sample averaging - `3`: 8 sample averaging -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 1 | ### BMM350_DRIVE (`INT32`) {#BMM350_DRIVE} @@ -25176,9 +23247,9 @@ BMM350 pad drive strength setting. This setting helps avoid signal problems like overshoot or undershoot. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 7 | | 7 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 7 | | 7 | ### BMM350_ODR (`INT32`) {#BMM350_ODR} @@ -25198,9 +23269,10 @@ Defines which ODR rate to use during data polling. - `7`: 3.125 Hz - `8`: 1.5625 Hz -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 3 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 3 | ## Magnetometer Bias Estimator @@ -25208,23 +23280,21 @@ Defines which ODR rate to use during data polling. Enable online mag bias calibration. -This enables continuous calibration of the magnetometers -before takeoff using gyro data. +This enables continuous calibration of the magnetometers before takeoff using gyro data. -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Enabled (1) | ### MBE_LEARN_GAIN (`FLOAT`) {#MBE_LEARN_GAIN} Mag bias estimator learning gain. -Increase to make the estimator more responsive -Decrease to make the estimator more robust to noise +Increase to make the estimator more responsive Decrease to make the estimator more robust to noise -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 100 | 0.1 | 18. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 100 | 0.1 | 18. | ## Manual Control @@ -25232,114 +23302,105 @@ Decrease to make the estimator more robust to noise Enable arm/disarm stick gesture. -This determines if moving the left stick to the lower right -arms and to the lower left disarms the vehicle. +This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | - -### MAN_DEADZONE (`FLOAT`) {#MAN_DEADZONE} - -Deadzone for sticks (only specific use cases). - -Range around stick center ignored to prevent -vehicle drift from stick hardware inaccuracy. -Does not apply to any precise constant input like -throttle and attitude or rate piloting. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MAN_KILL_GEST_T (`FLOAT`) {#MAN_KILL_GEST_T} Trigger time for kill stick gesture. -The timeout for holding the left stick to the lower left -and the right stick to the lower right at the same time until the gesture -kills the actuators one-way. -A negative value disables the feature. +The timeout for holding the left stick to the lower left and the right stick to the lower right at the same time until the gesture kills the actuators one-way. A negative value disables the feature. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 15 | | -1. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 15 | | -1. | s ## Mission +### FW_GPSF_LT (`INT32`) {#FW_GPSF_LT} + +GPS failure loiter time. + +The time the system should do open loop loiter and wait for GPS recovery before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3600 | | 30 | s + +### FW_GPSF_R (`FLOAT`) {#FW_GPSF_R} + +GPS failure fixed roll angle. + +Roll angle in GPS failure loiter mode. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 30.0 | 0.5 | 15.0 | deg + ### MIS_COMMAND_TOUT (`FLOAT`) {#MIS_COMMAND_TOUT} Timeout to allow the payload to execute the mission command. -Ensure: -gripper: NAV_CMD_DO_GRIPPER -has released before continuing mission. -winch: CMD_DO_WINCH -has delivered before continuing mission. -gimbal: CMD_DO_GIMBAL_MANAGER_PITCHYAW -has reached the commanded orientation before beginning to take pictures. +Ensure: gripper: NAV_CMD_DO_GRIPPER has released before continuing mission. winch: CMD_DO_WINCH has delivered before continuing mission. gimbal: CMD_DO_GIMBAL_MANAGER_PITCHYAW has reached the commanded orientation before beginning to take pictures. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 0. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 0. | s ### MIS_DIST_1WP (`FLOAT`) {#MIS_DIST_1WP} Maximal horizontal distance from Home to first waypoint. -There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. -Has no effect on mission validity. -Set a value of zero or less to disable. +There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. Has no effect on mission validity. Set a value of zero or less to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 100000 | 100 | 10000 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 100000 | 100 | 10000 | m ### MIS_LND_ABRT_ALT (`INT32`) {#MIS_LND_ABRT_ALT} Landing abort min altitude. -Minimum altitude above landing point that the vehicle will climb to after an aborted landing. -Then vehicle will loiter in this altitude until further command is received. -Only applies to fixed-wing vehicles. +Minimum altitude above landing point that the vehicle will climb to after an aborted landing. Then vehicle will loiter in this altitude until further command is received. Only applies to fixed-wing vehicles. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 30 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 30 | m ### MIS_MNT_YAW_CTL (`INT32`) {#MIS_MNT_YAW_CTL} Enable yaw control of the mount. (Only affects multicopters and ROI mission items). -If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. -If disabled, the vehicle will yaw towards the ROI. +If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. If disabled, the vehicle will yaw towards the ROI. **Values:** - `0`: Disable - `1`: Enable -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0 | ### MIS_TAKEOFF_ALT (`FLOAT`) {#MIS_TAKEOFF_ALT} Default take-off altitude. -This is the relative altitude the system will take off to -if not otherwise specified. +This is the relative altitude the system will take off to if not otherwise specified. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | 0.5 | 2.5 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 0.5 | 2.5 | m ### MIS_TKO_LAND_REQ (`INT32`) {#MIS_TKO_LAND_REQ} Mission takeoff/landing required. -Specifies if a mission has to contain a takeoff and/or mission landing. -Validity of configured takeoffs/landings is checked independently of the setting here. +Specifies if a mission has to contain a takeoff and/or mission landing. Validity of configured takeoffs/landings is checked independently of the setting here. **Values:** @@ -25350,30 +23411,28 @@ Validity of configured takeoffs/landings is checked independently of the setting - `4`: Require both a takeoff and a landing, or neither - `5`: Same as previous when landed, in-air require landing only if no valid VTOL approach is present -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MIS_YAW_ERR (`FLOAT`) {#MIS_YAW_ERR} Max yaw error in degrees needed for waypoint heading acceptance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 90 | 1 | 12.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 90 | 1 | 12.0 | deg ### MIS_YAW_TMT (`FLOAT`) {#MIS_YAW_TMT} Time in seconds we wait on reaching target heading at a waypoint if it is forced. -If set > 0 it will ignore the target heading for normal waypoint acceptance. If the -waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. -Mainly useful for VTOLs that have less yaw authority and might not reach target -yaw in wind. Disabled by default. +If set > 0 it will ignore the target heading for normal waypoint acceptance. If the waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. Mainly useful for VTOLs that have less yaw authority and might not reach target yaw in wind. Disabled by default. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 20 | 1 | -1.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 20 | 1 | -1.0 | s ### MPC_YAW_MODE (`INT32`) {#MPC_YAW_MODE} @@ -25388,39 +23447,38 @@ Heading behavior in autonomous modes. - `4`: towards waypoint (yaw first) - `5`: yaw fixed -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4 | | 0 | ### NAV_ACC_RAD (`FLOAT`) {#NAV_ACC_RAD} Acceptance Radius. -Default acceptance radius, overridden by acceptance radius of waypoint if set. -For fixed wing the npfg switch distance is used for horizontal acceptance. +Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 200.0 | 0.5 | 10.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 200.0 | 0.5 | 10.0 | m ### NAV_FORCE_VT (`INT32`) {#NAV_FORCE_VT} Force VTOL mode takeoff and land. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### NAV_FW_ALTL_RAD (`FLOAT`) {#NAV_FW_ALTL_RAD} FW Altitude Acceptance Radius before a landing. -Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller -than the standard vertical acceptance because close to the ground higher accuracy is required. +Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller than the standard vertical acceptance because close to the ground higher accuracy is required. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 200.0 | | 5.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 200.0 | | 5.0 | m ### NAV_FW_ALT_RAD (`FLOAT`) {#NAV_FW_ALT_RAD} @@ -25428,21 +23486,19 @@ FW Altitude Acceptance Radius. Acceptance radius for fixedwing altitude. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 200.0 | 0.5 | 10.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 200.0 | 0.5 | 10.0 | m ### NAV_LOITER_RAD (`FLOAT`) {#NAV_LOITER_RAD} Loiter radius (FW only). -Default value of loiter radius in fixed-wing mode (e.g. for Loiter mode). -The direction of the loiter can be set via the sign: A positive value for -clockwise, negative for counter-clockwise. +Default value of loiter radius in FW mode (e.g. for Loiter mode). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -10000 | 10000 | 0.5 | 80.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 25 | 1000 | 0.5 | 80.0 | m ### NAV_MC_ALT_RAD (`FLOAT`) {#NAV_MC_ALT_RAD} @@ -25450,43 +23506,35 @@ MC Altitude Acceptance Radius. Acceptance radius for multicopter altitude. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 200.0 | 0.5 | 0.8 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 200.0 | 0.5 | 0.8 | m ### NAV_MIN_GND_DIST (`FLOAT`) {#NAV_MIN_GND_DIST} Minimum height above ground during Mission and RTL. -Minimum height above ground the vehicle is allowed to descend to during Mission and RTL, -excluding landing commands. -Requires a distance sensor to be set up. -Note: only prevents the vehicle from descending further, but does not force it to climb. -Set to a negative value to disable. +Minimum height above ground the vehicle is allowed to descend to during Mission and RTL, excluding landing commands. Requires a distance sensor to be set up. Note: only prevents the vehicle from descending further, but does not force it to climb. Set to a negative value to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 1 | -1. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | 1 | -1. | m ### NAV_MIN_LTR_ALT (`FLOAT`) {#NAV_MIN_LTR_ALT} Minimum Loiter altitude. -This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this -mode without specifying an altitude (e.g. through Loiter switch on RC). -Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint ("Go to"). -Set to a negative value to disable. +This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint ("Go to"). Set to a negative value to disable. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 0.5 | -1. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | | 0.5 | -1. | m ### NAV_TRAFF_AVOID (`INT32`) {#NAV_TRAFF_AVOID} Set traffic avoidance mode. -Enabling this will allow the system to respond -to transponder data from e.g. ADSB transponders +Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders **Values:** @@ -25496,9 +23544,10 @@ to transponder data from e.g. ADSB transponders - `3`: Land mode - `4`: Position Hold mode -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### NAV_TRAFF_A_HOR (`FLOAT`) {#NAV_TRAFF_A_HOR} @@ -25506,28 +23555,27 @@ Set NAV TRAFFIC AVOID horizontal distance. Defines a crosstrack horizontal distance -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 500 | | | 500 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 500 | | | 500 | m ### NAV_TRAFF_A_VER (`FLOAT`) {#NAV_TRAFF_A_VER} Set NAV TRAFFIC AVOID vertical distance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 10 | 500 | | 500 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 10 | 500 | | 500 | m ### NAV_TRAFF_COLL_T (`INT32`) {#NAV_TRAFF_COLL_T} Estimated time until collision. -Minimum acceptable time until collsion. -Assumes constant speed over 3d distance. +Minimum acceptable time until collsion. Assumes constant speed over 3d distance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | --------- | --------- | ------- | ---- | -| | 1 | 900000000 | | 60 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 900000000 | | 60 | s ## Mixer Output @@ -25535,11 +23583,7 @@ Assumes constant speed over 3d distance. Multicopter air-mode. -The air-mode enables the mixer to increase the total thrust of the multirotor -in order to keep attitude and rate control even at low and high throttle. -This function should be disabled during tuning as it will help the controller -to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). -Enabling air-mode for yaw requires the use of an arming switch. +The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch. **Values:** @@ -25547,9 +23591,10 @@ Enabling air-mode for yaw requires the use of an arming switch. - `1`: Roll/Pitch - `2`: Roll/Pitch/Yaw -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ## ModalAI Custom Configuration @@ -25557,12 +23602,11 @@ Enabling air-mode for yaw requires the use of an arming switch. Custom configuration for ModalAI drones. -This can be set to indicate that drone behavior -needs to be changed to match a custom setting +This can be set to indicate that drone behavior needs to be changed to match a custom setting -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ## Mount @@ -25570,9 +23614,7 @@ needs to be changed to match a custom setting Stabilize the mount. -Set to true for servo gimbal, false for passthrough. -This is required for a gimbal which is not capable of stabilizing itself -and relies on the IMU's attitude estimation. +Set to true for servo gimbal, false for passthrough. This is required for a gimbal which is not capable of stabilizing itself and relies on the IMU's attitude estimation. **Values:** @@ -25580,25 +23622,26 @@ and relies on the IMU's attitude estimation. - `1`: Stabilize all axis - `2`: Stabilize yaw for absolute/lock mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 0 | ### MNT_LND_P_MAX (`FLOAT`) {#MNT_LND_P_MAX} Pitch maximum when landed. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | 90.0 | deg ### MNT_LND_P_MIN (`FLOAT`) {#MNT_LND_P_MIN} Pitch minimum when landed. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -90.0 | 90.0 | | -90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -90.0 | 90.0 | | -90.0 | deg ### MNT_MAN_PITCH (`INT32`) {#MNT_MAN_PITCH} @@ -25614,9 +23657,10 @@ Auxiliary channel to control pitch (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 6 | | 0 | ### MNT_MAN_ROLL (`INT32`) {#MNT_MAN_ROLL} @@ -25632,9 +23676,10 @@ Auxiliary channel to control roll (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 6 | | 0 | ### MNT_MAN_YAW (`INT32`) {#MNT_MAN_YAW} @@ -25650,9 +23695,10 @@ Auxiliary channel to control yaw (in AUX input or manual mode). - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 6 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 6 | | 0 | ### MNT_MAV_COMPID (`INT32`) {#MNT_MAV_COMPID} @@ -25660,9 +23706,9 @@ Mavlink Component ID of the mount. If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 154 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 154 | ### MNT_MAV_SYSID (`INT32`) {#MNT_MAV_SYSID} @@ -25670,17 +23716,15 @@ Mavlink System ID of the mount. If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 1 | ### MNT_MODE_IN (`INT32`) {#MNT_MODE_IN} Mount input mode. -This is the protocol used between the ground station and the autopilot. -Recommended is Auto, RC only or MAVLink gimbal protocol v2. -The rest will be deprecated. +This is the protocol used between the ground station and the autopilot. Recommended is Auto, RC only or MAVLink gimbal protocol v2. The rest will be deprecated. **Values:** @@ -25691,16 +23735,16 @@ The rest will be deprecated. - `3`: MAVLINK_DO_MOUNT (protocol v1, to be deprecated) - `4`: MAVlink gimbal protocol v2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | -1 | 4 | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | -1 | 4 | | -1 | ### MNT_MODE_OUT (`INT32`) {#MNT_MODE_OUT} Mount output mode. -This is the protocol used between the autopilot and a connected gimbal. -Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. +This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. **Values:** @@ -25708,57 +23752,58 @@ Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. - `1`: MAVLink gimbal protocol v1 - `2`: MAVLink gimbal protocol v2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | 0 | 2 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | 0 | 2 | | 0 | ### MNT_OFF_PITCH (`FLOAT`) {#MNT_OFF_PITCH} Offset for pitch channel output in degrees. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -360.0 | 360.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -360.0 | 360.0 | | 0.0 | deg ### MNT_OFF_ROLL (`FLOAT`) {#MNT_OFF_ROLL} Offset for roll channel output in degrees. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -360.0 | 360.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -360.0 | 360.0 | | 0.0 | deg ### MNT_OFF_YAW (`FLOAT`) {#MNT_OFF_YAW} Offset for yaw channel output in degrees. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -360.0 | 360.0 | | 0.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -360.0 | 360.0 | | 0.0 | deg ### MNT_RANGE_PITCH (`FLOAT`) {#MNT_RANGE_PITCH} Range of pitch channel output in degrees (only in AUX output mode). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 720.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 720.0 | | 90.0 | deg ### MNT_RANGE_ROLL (`FLOAT`) {#MNT_RANGE_ROLL} Range of roll channel output in degrees (only in AUX output mode). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 720.0 | | 90.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 720.0 | | 90.0 | deg ### MNT_RANGE_YAW (`FLOAT`) {#MNT_RANGE_YAW} Range of yaw channel output in degrees (only in AUX output mode). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.0 | 720.0 | | 360.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 720.0 | | 360.0 | deg ### MNT_RATE_PITCH (`FLOAT`) {#MNT_RATE_PITCH} @@ -25766,9 +23811,9 @@ Angular pitch rate for manual input in degrees/second. Full stick input [-1..1] translats to [-pitch rate..pitch rate]. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1.0 | 90.0 | | 30.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 90.0 | | 30.0 | deg/s ### MNT_RATE_YAW (`FLOAT`) {#MNT_RATE_YAW} @@ -25776,9 +23821,9 @@ Angular yaw rate for manual input in degrees/second. Full stick input [-1..1] translats to [-yaw rate..yaw rate]. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1.0 | 90.0 | | 30.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.0 | 90.0 | | 30.0 | deg/s ### MNT_RC_IN_MODE (`INT32`) {#MNT_RC_IN_MODE} @@ -25789,9 +23834,10 @@ Input mode for RC gimbal input. - `0`: Angle - `1`: Angular rate -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 1 | ## Multicopter Acro Mode @@ -25799,25 +23845,21 @@ Input mode for RC gimbal input. Acro mode roll, pitch expo factor. -Exponential factor for tuning the input curve shape. -0 Purely linear input curve -1 Purely cubic input curve +Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0. | ### MC_ACRO_EXPO_Y (`FLOAT`) {#MC_ACRO_EXPO_Y} Acro mode yaw expo factor. -Exponential factor for tuning the input curve shape. -0 Purely linear input curve -1 Purely cubic input curve +Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0. | ### MC_ACRO_P_MAX (`FLOAT`) {#MC_ACRO_P_MAX} @@ -25825,9 +23867,9 @@ Acro mode maximum pitch rate. Full stick deflection leads to this rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 100. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 100. | deg/s ### MC_ACRO_R_MAX (`FLOAT`) {#MC_ACRO_R_MAX} @@ -25835,35 +23877,29 @@ Acro mode maximum roll rate. Full stick deflection leads to this rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 100. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 100. | deg/s ### MC_ACRO_SUPEXPO (`FLOAT`) {#MC_ACRO_SUPEXPO} Acro mode roll, pitch super expo factor. -"Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO. -0 Pure Expo function -0.7 reasonable shape enhancement for intuitive stick feel -0.95 very strong bent input curve only near maxima have effect +"Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 0.95 | | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.95 | | 0. | ### MC_ACRO_SUPEXPOY (`FLOAT`) {#MC_ACRO_SUPEXPOY} Acro mode yaw super expo factor. -"Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. -0 Pure Expo function -0.7 reasonable shape enhancement for intuitive stick feel -0.95 very strong bent input curve only near maxima have effect +"Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 0.95 | | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.95 | | 0. | ### MC_ACRO_Y_MAX (`FLOAT`) {#MC_ACRO_Y_MAX} @@ -25871,9 +23907,9 @@ Acro mode maximum yaw rate. Full stick deflection leads to this rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 100. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 100. | deg/s ## Multicopter Attitude Control @@ -25881,15 +23917,11 @@ Full stick deflection leads to this rate. Max pitch rate. -Limit for pitch rate in manual and auto modes (except acro). -Has effect for large rotations in autonomous mode, to avoid large control -output and mixer saturation. -This is not only limited by the vehicle's properties, but also by the maximum -measurement rate of the gyro. +Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 220.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 220.0 | deg/s ### MC_PITCH_P (`FLOAT`) {#MC_PITCH_P} @@ -25897,23 +23929,19 @@ Pitch P gain. Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 12 | 0.1 | 4.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 12 | 0.1 | 6.5 | ### MC_ROLLRATE_MAX (`FLOAT`) {#MC_ROLLRATE_MAX} Max roll rate. -Limit for roll rate in manual and auto modes (except acro). -Has effect for large rotations in autonomous mode, to avoid large control -output and mixer saturation. -This is not only limited by the vehicle's properties, but also by the maximum -measurement rate of the gyro. +Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 220.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 220.0 | deg/s ### MC_ROLL_P (`FLOAT`) {#MC_ROLL_P} @@ -25921,17 +23949,17 @@ Roll P gain. Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 12 | 0.1 | 4.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 12 | 0.1 | 6.5 | ### MC_YAWRATE_MAX (`FLOAT`) {#MC_YAWRATE_MAX} Max yaw rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.0 | 1800.0 | 5 | 200.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1800.0 | 5 | 200.0 | deg/s ### MC_YAW_P (`FLOAT`) {#MC_YAW_P} @@ -25939,45 +23967,39 @@ Yaw P gain. Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 5 | 0.1 | 2.8 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 5 | 0.1 | 2.8 | ### MC_YAW_WEIGHT (`FLOAT`) {#MC_YAW_WEIGHT} Yaw weight. -A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. -Deprioritizing yaw is necessary because multicopters have much less control authority -in yaw compared to the other axes and it makes sense because yaw is not critical for -stable hovering or 3D navigation. -For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain. +A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. Deprioritizing yaw is necessary because multicopters have much less control authority in yaw compared to the other axes and it makes sense because yaw is not critical for stable hovering or 3D navigation. For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.1 | 0.4 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.1 | 0.4 | ### MPC_YAWRAUTO_ACC (`FLOAT`) {#MPC_YAWRAUTO_ACC} Maximum yaw acceleration in autonomous modes. -Limits the acceleration of the yaw setpoint to avoid large -control output and mixer saturation. +Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ------- | -| | 5 | 360 | 5 | 20. | deg/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 360 | 5 | 60. | deg/s^2 ### MPC_YAWRAUTO_MAX (`FLOAT`) {#MPC_YAWRAUTO_MAX} Maximum yaw rate in autonomous modes. -Limits the rate of change of the yaw setpoint to avoid large -control output and mixer saturation. +Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 5 | 360 | 5 | 60. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 360 | 5 | 45. | deg/s ## Multicopter Position Control @@ -25987,9 +24009,9 @@ Average delay of the range sensor message plus the tracking delay of the positio Only used in Position mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0.4 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0.4 | s ### CP_DIST (`FLOAT`) {#CP_DIST} @@ -25997,9 +24019,9 @@ Minimum distance the vehicle should keep to all obstacles. Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 15 | | -1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 15 | | -1.0 | m ### CP_GO_NO_DATA (`INT32`) {#CP_GO_NO_DATA} @@ -26007,9 +24029,9 @@ Boolean to allow moving into directions where there is no sensor data (outside F Only used in Position mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### CP_GUIDE_ANG (`FLOAT`) {#CP_GUIDE_ANG} @@ -26017,9 +24039,9 @@ Angle left/right from the commanded setpoint by which the collision prevention a Only used in Position mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 90 | | 30. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 90 | | 30. | deg ### MC_MAN_TILT_TAU (`FLOAT`) {#MC_MAN_TILT_TAU} @@ -26027,29 +24049,27 @@ Manual tilt input filter time constant. Setting this parameter to 0 disables the filter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 2.0 | | 0.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 2.0 | | 0.0 | s ### MPC_ACC_DECOUPLE (`INT32`) {#MPC_ACC_DECOUPLE} Acceleration to tilt coupling. -Set to decouple tilt from vertical acceleration. -This provides smoother flight but slightly worse tracking in position and auto modes. -Unset if accurate position tracking during dynamic maneuvers is more important than a smooth flight. +Set to decouple tilt from vertical acceleration. This provides smoother flight but slightly worse tracking in position and auto modes. Unset if accurate position tracking during dynamic maneuvers is more important than a smooth flight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MPC_ACC_DOWN_MAX (`FLOAT`) {#MPC_ACC_DOWN_MAX} Maximum downwards acceleration in climb rate controlled modes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2 | 15 | 1 | 3. | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 15 | 1 | 3. | m/s^2 ### MPC_ACC_HOR (`FLOAT`) {#MPC_ACC_HOR} @@ -26057,41 +24077,33 @@ Acceleration for autonomous and for manual modes. When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2 | 15 | 1 | 3. | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 15 | 1 | 3. | m/s^2 ### MPC_ACC_HOR_MAX (`FLOAT`) {#MPC_ACC_HOR_MAX} Maximum horizontal acceleration. -MPC_POS_MODE -1 just deceleration -4 not used, use MPC_ACC_HOR instead +MPC_POS_MODE 1 just deceleration 4 not used, use MPC_ACC_HOR instead -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2 | 15 | 1 | 5. | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 15 | 1 | 5. | m/s^2 ### MPC_ACC_UP_MAX (`FLOAT`) {#MPC_ACC_UP_MAX} Maximum upwards acceleration in climb rate controlled modes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 2 | 15 | 1 | 4. | m/s^2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 15 | 1 | 4. | m/s^2 ### MPC_ALT_MODE (`INT32`) {#MPC_ALT_MODE} Altitude reference mode. -Control height -0: relative earth frame origin which may drift due to sensors -1: relative to ground (requires distance sensor) which changes with terrain variation. -It will revert to relative earth frame if the distance to ground estimate becomes invalid. -2: relative to ground (requires distance sensor) when stationary -and relative to earth frame when moving horizontally. -The speed threshold is MPC_HOLD_MAX_XY +Control height 0: relative earth frame origin which may drift due to sensors 1: relative to ground (requires distance sensor) which changes with terrain variation. It will revert to relative earth frame if the distance to ground estimate becomes invalid. 2: relative to ground (requires distance sensor) when stationary and relative to earth frame when moving horizontally. The speed threshold is MPC_HOLD_MAX_XY **Values:** @@ -26099,9 +24111,20 @@ The speed threshold is MPC_HOLD_MAX_XY - `1`: Terrain following - `2`: Terrain hold -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | | 2 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | | 2 | + +### MPC_HOLD_DZ (`FLOAT`) {#MPC_HOLD_DZ} + +Deadzone for sticks in manual piloted modes. + +Does not apply to manual throttle and direct attitude piloting by stick. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.1 | ### MPC_HOLD_MAX_XY (`FLOAT`) {#MPC_HOLD_MAX_XY} @@ -26109,9 +24132,9 @@ Maximum horizontal velocity for which position hold is enabled (use 0 to disable Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 0.8 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0.8 | m/s ### MPC_HOLD_MAX_Z (`FLOAT`) {#MPC_HOLD_MAX_Z} @@ -26119,68 +24142,59 @@ Maximum vertical velocity for which position hold is enabled (use 0 to disable c Only used with MPC_ALT_MODE 1 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 3 | | 0.6 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 3 | | 0.6 | m/s ### MPC_JERK_AUTO (`FLOAT`) {#MPC_JERK_AUTO} Jerk limit in autonomous modes. -Limit the maximum jerk of the vehicle (how fast the acceleration can change). -A lower value leads to smoother vehicle motions but also limited agility. +Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions but also limited agility. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1 | 80 | 1 | 4. | m/s^3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 80 | 1 | 4. | m/s^3 ### MPC_JERK_MAX (`FLOAT`) {#MPC_JERK_MAX} Maximum horizontal and vertical jerk in Position/Altitude mode. -Limit the maximum jerk (acceleration change) of the vehicle. -A lower value leads to smoother motions but limits agility. -Setting this to the maximum value essentially disables the limit. -Only used with MPC_POS_MODE Acceleration based. +Limit the maximum jerk (acceleration change) of the vehicle. A lower value leads to smoother motions but limits agility. Setting this to the maximum value essentially disables the limit. Only used with MPC_POS_MODE Acceleration based. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0.5 | 500 | 1 | 8. | m/s^3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 500 | 1 | 8. | m/s^3 ### MPC_LAND_ALT1 (`FLOAT`) {#MPC_LAND_ALT1} Altitude for 1. step of slow landing (descend). -Below this altitude descending velocity gets limited to a value -between "MPC_Z_VEL_MAX_DN" (or "MPC_Z_V_AUTO_DN") and "MPC_LAND_SPEED" -Value needs to be higher than "MPC_LAND_ALT2" +Below this altitude descending velocity gets limited to a value between "MPC_Z_VEL_MAX_DN" (or "MPC_Z_V_AUTO_DN") and "MPC_LAND_SPEED" Value needs to be higher than "MPC_LAND_ALT2" -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 122 | | 10. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 122 | | 10. | m ### MPC_LAND_ALT2 (`FLOAT`) {#MPC_LAND_ALT2} Altitude for 2. step of slow landing (landing). -Below this altitude descending velocity gets -limited to "MPC_LAND_SPEED" -Value needs to be lower than "MPC_LAND_ALT1" +Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1" -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 122 | | 5. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 122 | | 5. | m ### MPC_LAND_ALT3 (`FLOAT`) {#MPC_LAND_ALT3} Altitude for 3. step of slow landing. -If a valid distance sensor measurement to the ground is available, -limit descending velocity to "MPC_LAND_CRWL" below this altitude. +If a valid distance sensor measurement to the ground is available, limit descending velocity to "MPC_LAND_CRWL" below this altitude. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 122 | | 1. | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 122 | | 1. | m ### MPC_LAND_CRWL (`FLOAT`) {#MPC_LAND_CRWL} @@ -26188,126 +24202,101 @@ Land crawl descend rate. Used below MPC_LAND_ALT3 if distance sensor data is availabe. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | | 0.3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | | 0.3 | m/s ### MPC_LAND_RADIUS (`FLOAT`) {#MPC_LAND_RADIUS} User assisted landing radius. -When nudging is enabled (see MPC_LAND_RC_HELP), this defines the maximum -allowed horizontal displacement from the original landing point. +When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point. -- If inside of the radius, only allow nudging inputs that do not move the vehicle outside of it. -- If outside of the radius, only allow nudging inputs that move the vehicle back towards it. - Set it to -1 for infinite radius. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | | 1 | -1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | 1 | 1000. | m ### MPC_LAND_RC_HELP (`INT32`) {#MPC_LAND_RC_HELP} Enable nudging based on user input during autonomous land routine. -Using stick input the vehicle can be moved horizontally and yawed. -The descend speed is amended: -stick full up - 0 -stick centered - MPC_LAND_SPEED -stick full down - 2 \* MPC_LAND_SPEED -Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE). +Using stick input the vehicle can be moved horizontally and yawed. The descend speed is amended: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE). **Values:** - `0`: Nudging disabled - `1`: Nudging enabled -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | | 0 | ### MPC_LAND_SPEED (`FLOAT`) {#MPC_LAND_SPEED} Landing descend rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.6 | | | 0.7 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.6 | | | 0.7 | m/s ### MPC_MANTHR_MIN (`FLOAT`) {#MPC_MANTHR_MIN} Minimum collective thrust in Stabilized mode. -The value is mapped to the lowest throttle stick position in Stabilized mode. -Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. -Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE). +The value is mapped to the lowest throttle stick position in Stabilized mode. Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.01 | 0.08 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.08 | norm ### MPC_MAN_TILT_MAX (`FLOAT`) {#MPC_MAN_TILT_MAX} -Maximal tilt angle in Stabilized, Altitude and Altitude Cruise mode. +Maximal tilt angle in Stabilized or Altitude mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 70 | 1 | 35. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 70 | 1 | 35. | deg ### MPC_MAN_Y_MAX (`FLOAT`) {#MPC_MAN_Y_MAX} Max manual yaw rate for Stabilized, Altitude, Position mode. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | 400 | 10 | 150. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 400 | 10 | 150. | deg/s ### MPC_MAN_Y_TAU (`FLOAT`) {#MPC_MAN_Y_TAU} Manual yaw rate input filter time constant. -Not used in Stabilized mode -Setting this parameter to 0 disables the filter +Not used in Stabilized mode Setting this parameter to 0 disables the filter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 5 | 0.01 | 0.08 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 5 | 0.01 | 0.08 | s ### MPC_POS_MODE (`INT32`) {#MPC_POS_MODE} Position/Altitude mode variant. -The supported sub-modes are: -Direct velocity: -Sticks directly map to velocity setpoints without smoothing. -Also applies to vertical direction and Altitude mode. -Useful for velocity control tuning. -Acceleration based: -Sticks map to acceleration and there's a virtual brake drag +The supported sub-modes are: Direct velocity: Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. Acceleration based: Sticks map to acceleration and there's a virtual brake drag **Values:** - `0`: Direct velocity - `4`: Acceleration based -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 4 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 4 | ### MPC_THR_CURVE (`INT32`) {#MPC_THR_CURVE} Thrust curve mapping in Stabilized Mode. -Defines how the throttle stick is mapped to collective thrust in Stabilized mode. -Rescale to hover thrust estimate: -Stick input is linearly rescaled, such that a centered throttle stick corresponds to the hover thrust estimator's output. -No rescale: -Directly map the stick 1:1 to the output. -Can be useful with very low hover thrust which leads to much distortion and the upper half getting sensitive. -Rescale to hover thrust parameter: -Similar to rescaling to the hover thrust estimate, but it uses the hover thrust parameter value (see MPC_THR_HOVER) instead of estimated value. -With MPC_THR_HOVER 0.5 it's equivalent to No rescale. +Defines how the throttle stick is mapped to collective thrust in Stabilized mode. Rescale to hover thrust estimate: Stick input is linearly rescaled, such that a centered throttle stick corresponds to the hover thrust estimator's output. No rescale: Directly map the stick 1:1 to the output. Can be useful with very low hover thrust which leads to much distortion and the upper half getting sensitive. Rescale to hover thrust parameter: Similar to rescaling to the hover thrust estimate, but it uses the hover thrust parameter value (see MPC_THR_HOVER) instead of estimated value. With MPC_THR_HOVER 0.5 it's equivalent to No rescale. **Values:** @@ -26315,22 +24304,20 @@ With MPC_THR_HOVER 0.5 it's equivalent to No rescale. - `1`: No rescale - `2`: Rescale to parameter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MPC_THR_HOVER (`FLOAT`) {#MPC_THR_HOVER} Vertical thrust required to hover. -Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). -Used for initialization of the hover thrust estimator (see MPC_USE_HTE). -The estimated hover thrust is used as base for zero vertical acceleration in altitude control. -The hover thrust is important for land detection to work correctly. +Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). Used for initialization of the hover thrust estimator (see MPC_USE_HTE). The estimated hover thrust is used as base for zero vertical acceleration in altitude control. The hover thrust is important for land detection to work correctly. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 0.8 | 0.01 | 0.5 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 0.8 | 0.01 | 0.5 | norm ### MPC_THR_MAX (`FLOAT`) {#MPC_THR_MAX} @@ -26338,43 +24325,39 @@ Maximum collective thrust in climb rate controlled modes. Limit allowed thrust e.g. for indoor test of overpowered vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | 0.05 | 1. | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.05 | 1. | norm ### MPC_THR_MIN (`FLOAT`) {#MPC_THR_MIN} Minimum collective thrust in climb rate controlled modes. -Too low thrust leads to loss of roll/pitch/yaw torque control authority. -With airmode enabled this parameters can be set to 0 -while still keeping torque authority (see MC_AIRMODE). +Too low thrust leads to loss of roll/pitch/yaw torque control authority. With airmode enabled this parameters can be set to 0 while still keeping torque authority (see MC_AIRMODE). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.05 | 0.5 | 0.01 | 0.12 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.05 | 0.5 | 0.01 | 0.12 | norm ### MPC_THR_XY_MARG (`FLOAT`) {#MPC_THR_XY_MARG} Horizontal thrust margin. -Margin that is kept for horizontal control when higher priority vertical thrust is saturated. -To avoid completely starving horizontal control with high vertical error. +Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 0.5 | 0.01 | 0.3 | norm | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 0.5 | 0.01 | 0.3 | norm ### MPC_TILTMAX_AIR (`FLOAT`) {#MPC_TILTMAX_AIR} Maximum tilt angle in air. -Absolute maximum for all velocity or acceleration controlled modes. -Any higher value is truncated. +Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 20 | 89 | 1 | 45. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 20 | 89 | 1 | 45. | deg ### MPC_TILTMAX_LND (`FLOAT`) {#MPC_TILTMAX_LND} @@ -26382,40 +24365,37 @@ Maximum tilt during inital takeoff ramp. Tighter tilt limit during takeoff to avoid tip over. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 5 | 89 | 1 | 12. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 5 | 89 | 1 | 12. | deg ### MPC_TKO_RAMP_T (`FLOAT`) {#MPC_TKO_RAMP_T} Smooth takeoff ramp time constant. -Increasing this value will make climb rate controlled takeoff slower. -If it's too slow the drone might scratch the ground and tip over. -A time constant of 0 disables the ramp +Increasing this value will make climb rate controlled takeoff slower. If it's too slow the drone might scratch the ground and tip over. A time constant of 0 disables the ramp -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 5 | | 3. | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 5 | | 3. | s ### MPC_TKO_SPEED (`FLOAT`) {#MPC_TKO_SPEED} Takeoff climb rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1 | 5 | | 1.5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | 5 | | 1.5 | m/s ### MPC_USE_HTE (`INT32`) {#MPC_USE_HTE} Use hover thrust estimate for altitude control. -Disable to use the fixed parameter MPC_THR_HOVER instead of the hover thrust estimate in the position controller. -This parameter does not influence Stabilized mode throttle curve (see MPC_THR_CURVE). +Disable to use the fixed parameter MPC_THR_HOVER instead of the hover thrust estimate in the position controller. This parameter does not influence Stabilized mode throttle curve (see MPC_THR_CURVE). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Enabled (1) | ### MPC_VELD_LP (`FLOAT`) {#MPC_VELD_LP} @@ -26423,9 +24403,9 @@ Velocity derivative low pass cutoff frequency. A value of 0 disables the filter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 50 | 0.5 | 5.0 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 50 | 0.5 | 5.0 | Hz ### MPC_VEL_LP (`FLOAT`) {#MPC_VEL_LP} @@ -26433,43 +24413,39 @@ Velocity low pass cutoff frequency. A value of 0 disables the filter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 50 | 0.5 | 0.0 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 50 | 0.5 | 0.0 | Hz ### MPC_VEL_MANUAL (`FLOAT`) {#MPC_VEL_MANUAL} Maximum horizontal velocity setpoint in Position mode. -Must be smaller than MPC_XY_VEL_MAX. -The maximum sideways and backward speed can be set differently -using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively. +Must be smaller than MPC_XY_VEL_MAX. The maximum sideways and backward speed can be set differently using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 3 | 20 | 1 | 10. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 3 | 20 | 1 | 10. | m/s ### MPC_VEL_MAN_BACK (`FLOAT`) {#MPC_VEL_MAN_BACK} Maximum backward velocity in Position mode. -If set to a negative value or larger than -MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. +If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 20 | 1 | -1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 20 | 1 | -1. | m/s ### MPC_VEL_MAN_SIDE (`FLOAT`) {#MPC_VEL_MAN_SIDE} Maximum sideways velocity in Position mode. -If set to a negative value or larger than -MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. +If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 20 | 1 | -1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 20 | 1 | -1. | m/s ### MPC_VEL_NF_BW (`FLOAT`) {#MPC_VEL_NF_BW} @@ -26477,20 +24453,19 @@ Velocity notch filter bandwidth. A value of 0 disables the filter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 50 | 0.5 | 5.0 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 50 | 0.5 | 5.0 | Hz ### MPC_VEL_NF_FRQ (`FLOAT`) {#MPC_VEL_NF_FRQ} Velocity notch filter frequency. -The center frequency for the 2nd order notch filter on the velocity. -A value of 0 disables the filter. +The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 50 | 0.5 | 0.0 | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 50 | 0.5 | 0.0 | Hz ### MPC_XY_CRUISE (`FLOAT`) {#MPC_XY_CRUISE} @@ -26498,24 +24473,29 @@ Default horizontal velocity in autonomous modes. e.g. in Missions, RTL, Goto if the waypoint does not specify differently -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 3 | 20 | 1 | 5. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 3 | 20 | 1 | 5. | m/s ### MPC_XY_ERR_MAX (`FLOAT`) {#MPC_XY_ERR_MAX} Maximum horizontal error allowed by the trajectory generator. -The integration speed of the trajectory setpoint is linearly -reduced with the horizontal position tracking error. When the -error is above this parameter, the integration of the -trajectory is stopped to wait for the drone. -This value can be adjusted depending on the tracking -capabilities of the vehicle. +The integration speed of the trajectory setpoint is linearly reduced with the horizontal position tracking error. When the error is above this parameter, the integration of the trajectory is stopped to wait for the drone. This value can be adjusted depending on the tracking capabilities of the vehicle. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 10 | 1 | 2. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 10 | 1 | 2. | + +### MPC_XY_MAN_EXPO (`FLOAT`) {#MPC_XY_MAN_EXPO} + +Manual position control stick exponential curve sensitivity. + +The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.6 | ### MPC_XY_P (`FLOAT`) {#MPC_XY_P} @@ -26523,29 +24503,27 @@ Proportional gain for horizontal position error. Defined as corrective velocity in m/s per m position error -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | 0.1 | 0.95 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | 0.1 | 0.95 | ### MPC_XY_TRAJ_P (`FLOAT`) {#MPC_XY_TRAJ_P} Proportional gain for horizontal trajectory position error. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1 | 0.1 | 0.5 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1 | 0.1 | 0.5 | ### MPC_XY_VEL_ALL (`FLOAT`) {#MPC_XY_VEL_ALL} Overall Horizontal Velocity Limit. -If set to a value greater than zero, other parameters are automatically set (such as -MPC_XY_VEL_MAX or MPC_VEL_MANUAL). -If set to a negative value, the existing individual parameters are used. +If set to a value greater than zero, other parameters are automatically set (such as MPC_XY_VEL_MAX or MPC_VEL_MANUAL). If set to a negative value, the existing individual parameters are used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -20 | 20 | 1 | -10. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -20 | 20 | 1 | -10. | ### MPC_XY_VEL_D_ACC (`FLOAT`) {#MPC_XY_VEL_D_ACC} @@ -26553,31 +24531,29 @@ Differential gain for horizontal velocity error. Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 2 | 0.02 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 2 | 0.02 | 0.2 | ### MPC_XY_VEL_I_ACC (`FLOAT`) {#MPC_XY_VEL_I_ACC} Integral gain for horizontal velocity error. -Defined as correction acceleration in m/s^2 per m velocity integral -Allows to eliminate steady state errors in disturbances like wind. +Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 60 | 0.02 | 0.4 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 60 | 0.02 | 0.4 | ### MPC_XY_VEL_MAX (`FLOAT`) {#MPC_XY_VEL_MAX} Maximum horizontal velocity. -Absolute maximum for all velocity controlled modes. -Any higher value is truncated. +Absolute maximum for all velocity controlled modes. Any higher value is truncated. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 20 | 1 | 12. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 20 | 1 | 12. | m/s ### MPC_XY_VEL_P_ACC (`FLOAT`) {#MPC_XY_VEL_P_ACC} @@ -26585,9 +24561,29 @@ Proportional gain for horizontal velocity error. Defined as corrective acceleration in m/s^2 per m/s velocity error -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1.2 | 5 | 0.1 | 1.8 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1.2 | 5 | 0.1 | 1.8 | + +### MPC_YAW_EXPO (`FLOAT`) {#MPC_YAW_EXPO} + +Manual control stick yaw rotation exponential curve. + +The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.6 | + +### MPC_Z_MAN_EXPO (`FLOAT`) {#MPC_Z_MAN_EXPO} + +Manual control stick vertical exponential curve. + +The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 1 | 0.01 | 0.6 | ### MPC_Z_P (`FLOAT`) {#MPC_Z_P} @@ -26595,21 +24591,19 @@ Proportional gain for vertical position error. Defined as corrective velocity in m/s per m position error -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 1.5 | 0.1 | 1. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 1.5 | 0.1 | 1. | ### MPC_Z_VEL_ALL (`FLOAT`) {#MPC_Z_VEL_ALL} Overall Vertical Velocity Limit. -If set to a value greater than zero, other parameters are automatically set (such as -MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). -If set to a negative value, the existing individual parameters are used. +If set to a value greater than zero, other parameters are automatically set (such as MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). If set to a negative value, the existing individual parameters are used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -3 | 8 | 0.5 | -3. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -3 | 8 | 0.5 | -3. | ### MPC_Z_VEL_D_ACC (`FLOAT`) {#MPC_Z_VEL_D_ACC} @@ -26617,9 +24611,9 @@ Differential gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2 | 0.02 | 0. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2 | 0.02 | 0. | ### MPC_Z_VEL_I_ACC (`FLOAT`) {#MPC_Z_VEL_I_ACC} @@ -26627,33 +24621,29 @@ Integral gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m velocity integral -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.2 | 3 | 0.1 | 2. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.2 | 3 | 0.1 | 2. | ### MPC_Z_VEL_MAX_DN (`FLOAT`) {#MPC_Z_VEL_MAX_DN} Maximum descent velocity. -Absolute maximum for all climb rate controlled modes. -In manually piloted modes full stick deflection commands this velocity. -For default autonomous velocity see MPC_Z_V_AUTO_UP +Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 4 | 0.1 | 1.5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 4 | 0.1 | 1.5 | m/s ### MPC_Z_VEL_MAX_UP (`FLOAT`) {#MPC_Z_VEL_MAX_UP} Maximum ascent velocity. -Absolute maximum for all climb rate controlled modes. -In manually piloted modes full stick deflection commands this velocity. -For default autonomous velocity see MPC_Z_V_AUTO_UP +Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 8 | 0.1 | 3. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 8 | 0.1 | 3. | m/s ### MPC_Z_VEL_P_ACC (`FLOAT`) {#MPC_Z_VEL_P_ACC} @@ -26661,9 +24651,9 @@ Proportional gain for vertical velocity error. Defined as corrective acceleration in m/s^2 per m/s velocity error -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 2 | 15 | 0.1 | 4. | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 2 | 15 | 0.1 | 4. | ### MPC_Z_V_AUTO_DN (`FLOAT`) {#MPC_Z_V_AUTO_DN} @@ -26671,9 +24661,9 @@ Descent velocity in autonomous modes. For manual modes and offboard, see MPC_Z_VEL_MAX_DN -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 4 | 0.5 | 1.5 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 4 | 0.5 | 1.5 | m/s ### MPC_Z_V_AUTO_UP (`FLOAT`) {#MPC_Z_V_AUTO_UP} @@ -26681,55 +24671,43 @@ Ascent velocity in autonomous modes. For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.5 | 8 | 0.5 | 3. | m/s | - -### SC_MAN_TILT_MAX (`FLOAT`) {#SC_MAN_TILT_MAX} - -Maximal tilt angle in Stabilized or Manual mode. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 90 | 1 | 90. | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.5 | 8 | 0.5 | 3. | m/s ### SYS_VEHICLE_RESP (`FLOAT`) {#SYS_VEHICLE_RESP} Responsiveness. -Changes the overall responsiveness of the vehicle. -The higher the value, the faster the vehicle will react. -If set to a value greater than zero, other parameters are automatically set (such as -the acceleration or jerk limits). -If set to a negative value, the existing individual parameters are used. +Changes the overall responsiveness of the vehicle. The higher the value, the faster the vehicle will react. If set to a value greater than zero, other parameters are automatically set (such as the acceleration or jerk limits). If set to a negative value, the existing individual parameters are used. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 1 | 0.05 | -0.4 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 1 | 0.05 | -0.4 | ### WV_EN (`INT32`) {#WV_EN} Enable weathervane. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### WV_ROLL_MIN (`FLOAT`) {#WV_ROLL_MIN} Minimum roll angle setpoint for weathervane controller to demand a yaw-rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 5 | | 1.0 | deg | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 5 | | 1.0 | deg ### WV_YRATE_MAX (`FLOAT`) {#WV_YRATE_MAX} Maximum yawrate the weathervane controller is allowed to demand. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 0 | 120 | | 90.0 | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 120 | | 90.0 | deg/s ## Multicopter Position Slow Mode @@ -26737,37 +24715,31 @@ Maximum yawrate the weathervane controller is allowed to demand. Default horizontal velocity limit. -This value is used in slow mode if -no aux channel is mapped and -no limit is commanded through MAVLink. +This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.1 | 3. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | 0.1 | 3. | m/s ### MC_SLOW_DEF_VVEL (`FLOAT`) {#MC_SLOW_DEF_VVEL} Default vertical velocity limit. -This value is used in slow mode if -no aux channel is mapped and -no limit is commanded through MAVLink. +This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.1 | 1. | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | 0.1 | 1. | m/s ### MC_SLOW_DEF_YAWR (`FLOAT`) {#MC_SLOW_DEF_YAWR} Default yaw rate limit. -This value is used in slow mode if -no aux channel is mapped and -no limit is commanded through MAVLink. +This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1 | | 0.1 | 45. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | | 0.1 | 45. | deg/s ### MC_SLOW_MAP_HVEL (`INT32`) {#MC_SLOW_MAP_HVEL} @@ -26783,9 +24755,10 @@ Manual input mapped to scale horizontal velocity in position slow mode. - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MC_SLOW_MAP_PTCH (`INT32`) {#MC_SLOW_MAP_PTCH} @@ -26801,9 +24774,10 @@ RC_MAP_AUX{N} to allow for gimbal pitch rate control in position slow mode. - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MC_SLOW_MAP_VVEL (`INT32`) {#MC_SLOW_MAP_VVEL} @@ -26819,9 +24793,10 @@ Manual input mapped to scale vertical velocity in position slow mode. - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MC_SLOW_MAP_YAWR (`INT32`) {#MC_SLOW_MAP_YAWR} @@ -26837,9 +24812,10 @@ Manual input mapped to scale yaw rate in position slow mode. - `5`: AUX5 - `6`: AUX6 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 0 | ### MC_SLOW_MIN_HVEL (`FLOAT`) {#MC_SLOW_MIN_HVEL} @@ -26847,9 +24823,9 @@ Horizontal velocity lower limit. The lowest input maps and is clamped to this velocity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.1 | .3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | 0.1 | .3 | m/s ### MC_SLOW_MIN_VVEL (`FLOAT`) {#MC_SLOW_MIN_VVEL} @@ -26857,9 +24833,9 @@ Vertical velocity lower limit. The lowest input maps and is clamped to this velocity. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | | 0.1 | .3 | m/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | | 0.1 | .3 | m/s ### MC_SLOW_MIN_YAWR (`FLOAT`) {#MC_SLOW_MIN_YAWR} @@ -26867,9 +24843,9 @@ Yaw rate lower limit. The lowest input maps and is clamped to this rate. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ----- | -| | 1 | | 0.1 | 3. | deg/s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1 | | 0.1 | 3. | deg/s ## Multicopter Rate Control @@ -26877,15 +24853,11 @@ The lowest input maps and is clamped to this rate. Battery power level scaler. -This compensates for voltage drop of the battery over time by attempting to -normalize performance across the operating range of the battery. The copter -should constantly behave as if it was fully charged with reduced max acceleration -at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, -it will still be 0.5 at 60% battery. +This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### MC_PITCHRATE_D (`FLOAT`) {#MC_PITCHRATE_D} @@ -26893,9 +24865,9 @@ Pitch rate D gain. Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.0005 | 0.003 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.0005 | 0.003 | ### MC_PITCHRATE_FF (`FLOAT`) {#MC_PITCHRATE_FF} @@ -26903,9 +24875,9 @@ Pitch rate feedforward. Improves tracking performance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | | 0.0 | ### MC_PITCHRATE_I (`FLOAT`) {#MC_PITCHRATE_I} @@ -26913,26 +24885,19 @@ Pitch rate I gain. Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.2 | ### MC_PITCHRATE_K (`FLOAT`) {#MC_PITCHRATE_K} Pitch rate controller gain. -Global gain of the controller. -This gain scales the P, I and D terms of the controller: -output = MC_PITCHRATE_K _ (MC_PITCHRATE_P _ error +Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form. -- MC_PITCHRATE_I \* error_integral -- MC_PITCHRATE_D \* error_derivative) - Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. - Set MC_PITCHRATE_K=1 to implement a PID in the parallel form. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5.0 | 0.0005 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 5.0 | 0.0005 | 1.0 | ### MC_PITCHRATE_P (`FLOAT`) {#MC_PITCHRATE_P} @@ -26940,9 +24905,9 @@ Pitch rate P gain. Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 0.6 | 0.01 | 0.15 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 0.6 | 0.01 | 0.15 | ### MC_PR_INT_LIM (`FLOAT`) {#MC_PR_INT_LIM} @@ -26950,9 +24915,9 @@ Pitch rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large pitch moment trim changes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.30 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.30 | ### MC_ROLLRATE_D (`FLOAT`) {#MC_ROLLRATE_D} @@ -26960,9 +24925,9 @@ Roll rate D gain. Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 0.01 | 0.0005 | 0.003 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.01 | 0.0005 | 0.003 | ### MC_ROLLRATE_FF (`FLOAT`) {#MC_ROLLRATE_FF} @@ -26970,9 +24935,9 @@ Roll rate feedforward. Improves tracking performance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | | 0.0 | ### MC_ROLLRATE_I (`FLOAT`) {#MC_ROLLRATE_I} @@ -26980,26 +24945,19 @@ Roll rate I gain. Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.2 | ### MC_ROLLRATE_K (`FLOAT`) {#MC_ROLLRATE_K} Roll rate controller gain. -Global gain of the controller. -This gain scales the P, I and D terms of the controller: -output = MC_ROLLRATE_K _ (MC_ROLLRATE_P _ error +Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form. -- MC_ROLLRATE_I \* error_integral -- MC_ROLLRATE_D \* error_derivative) - Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. - Set MC_ROLLRATE_K=1 to implement a PID in the parallel form. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5.0 | 0.0005 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 5.0 | 0.0005 | 1.0 | ### MC_ROLLRATE_P (`FLOAT`) {#MC_ROLLRATE_P} @@ -27007,9 +24965,9 @@ Roll rate P gain. Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 0.5 | 0.01 | 0.15 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.01 | 0.5 | 0.01 | 0.15 | ### MC_RR_INT_LIM (`FLOAT`) {#MC_RR_INT_LIM} @@ -27017,9 +24975,9 @@ Roll rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large roll moment trim changes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.30 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.30 | ### MC_YAWRATE_D (`FLOAT`) {#MC_YAWRATE_D} @@ -27027,9 +24985,9 @@ Yaw rate D gain. Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.0005 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.0 | ### MC_YAWRATE_FF (`FLOAT`) {#MC_YAWRATE_FF} @@ -27037,9 +24995,9 @@ Yaw rate feedforward. Improves tracking performance. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.0 | ### MC_YAWRATE_I (`FLOAT`) {#MC_YAWRATE_I} @@ -27047,26 +25005,19 @@ Yaw rate I gain. Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.1 | ### MC_YAWRATE_K (`FLOAT`) {#MC_YAWRATE_K} Yaw rate controller gain. -Global gain of the controller. -This gain scales the P, I and D terms of the controller: -output = MC_YAWRATE_K _ (MC_YAWRATE_P _ error +Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form. -- MC_YAWRATE_I \* error_integral -- MC_YAWRATE_D \* error_derivative) - Set MC_YAWRATE_P=1 to implement a PID in the ideal form. - Set MC_YAWRATE_K=1 to implement a PID in the parallel form. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.01 | 5.0 | 0.0005 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 5.0 | 0.0005 | 1.0 | ### MC_YAWRATE_P (`FLOAT`) {#MC_YAWRATE_P} @@ -27074,20 +25025,19 @@ Yaw rate P gain. Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 0.6 | 0.01 | 0.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 0.6 | 0.01 | 0.2 | ### MC_YAW_TQ_CUTOFF (`FLOAT`) {#MC_YAW_TQ_CUTOFF} Low pass filter cutoff frequency for yaw torque setpoint. -Reduces vibrations by lowering high frequency torque caused by rotor acceleration. -0 disables the filter +Reduces vibrations by lowering high frequency torque caused by rotor acceleration. 0 disables the filter -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 10 | | 2. | Hz | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 10 | | 2. | Hz ### MC_YR_INT_LIM (`FLOAT`) {#MC_YR_INT_LIM} @@ -27095,51 +25045,9 @@ Yaw rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large yaw moment trim changes. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | | 0.01 | 0.30 | - -## Neural Control - -### MC_NN_EN (`INT32`) {#MC_NN_EN} - -If true the neural network control is automatically started on boot. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ----------- | ---- | -| | | | | Enabled (1) | - -### MC_NN_MANL_CTRL (`INT32`) {#MC_NN_MANL_CTRL} - -Enable or disable setting the trajectory setpoint with manual control. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ----------- | ---- | -| ✓ | | | | Enabled (1) | - -### MC_NN_MAX_RPM (`INT32`) {#MC_NN_MAX_RPM} - -The maximum RPM of the motors. Used to normalize the output of the neural network. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 80000 | | 22000 | - -### MC_NN_MIN_RPM (`INT32`) {#MC_NN_MIN_RPM} - -The minimum RPM of the motors. Used to normalize the output of the neural network. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 80000 | | 1000 | - -### MC_NN_THRST_COEF (`FLOAT`) {#MC_NN_THRST_COEF} - -Thrust coefficient of the motors. Used to normalize the output of the neural network. Divided by 100 000. - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 5.0 | | 1.2 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | | 0.01 | 0.30 | ## OSD @@ -27164,16 +25072,16 @@ Configure on which serial port to run MSP OSD. - `301`: Wifi Port - `401`: EXT2 -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### OSD_ATXXXX_CFG (`INT32`) {#OSD_ATXXXX_CFG} Enable/Disable the ATXXX OSD Chip. -Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and -select the transmission standard. +Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and select the transmission standard. **Values:** @@ -27181,21 +25089,20 @@ select the transmission standard. - `1`: NTSC - `2`: PAL -| Reboot | minValue | maxValue | increment | default | unit | -| ------- | -------- | -------- | --------- | ------- | ---- | -| ✓ | | | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | 0 | ### OSD_CH_HEIGHT (`INT32`) {#OSD_CH_HEIGHT} OSD Crosshairs Height. -Controls the vertical position of the crosshair display. -Resolution is limited by OSD to 15 discrete values. Negative -values will display the crosshairs below the horizon +Controls the vertical position of the crosshair display. Resolution is limited by OSD to 15 discrete values. Negative values will display the crosshairs below the horizon -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -8 | 8 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -8 | 8 | | 0 | ### OSD_DWELL_TIME (`INT32`) {#OSD_DWELL_TIME} @@ -27203,9 +25110,9 @@ OSD Dwell Time (ms). Amount of time in milliseconds to dwell at the beginning of the display, when scrolling. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 100 | 10000 | | 500 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 100 | 10000 | | 500 | ### OSD_LOG_LEVEL (`INT32`) {#OSD_LOG_LEVEL} @@ -27213,30 +25120,19 @@ OSD Warning Level. Minimum security of log level to display on the OSD. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | | | | 3 | - -### OSD_RC_STICK (`INT32`) {#OSD_RC_STICK} - -OSD RC Stick commands. - -Forward RC stick input to VTX when disarmed - -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 1 | | 1 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | 3 | ### OSD_SCROLL_RATE (`INT32`) {#OSD_SCROLL_RATE} OSD Scroll Rate (ms). -Scroll rate in milliseconds for OSD messages longer than available character width. -This is lower-bounded by the nominal loop rate of this module. +Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 100 | 1000 | | 125 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 100 | 1000 | | 125 | ### OSD_SYMBOLS (`INT32`) {#OSD_SYMBOLS} @@ -27269,9 +25165,10 @@ Configure / toggle support display options. - `20`: (unused) HORIZON_SIDEBARS - `21`: POWER -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 4194303 | | 16383 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 4194303 | | 16383 | ## PWM Outputs @@ -27281,38 +25178,39 @@ S.BUS out. Set to 1 to enable S.BUS version 1 output instead of RSSI. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### THR_MDL_FAC (`FLOAT`) {#THR_MDL_FAC} Thrust to motor control signal model parameter. -Parameter used to model the nonlinear relationship between -motor control signal (e.g. PWM) and static thrust. -The model is: rel_thrust = factor _ rel_signal^2 + (1-factor) _ rel_signal, -where rel_thrust is the normalized thrust between 0 and 1, and -rel_signal is the relative motor control signal between 0 and 1. +Parameter used to model the nonlinear relationship between motor control signal (e.g. PWM) and static thrust. The model is: rel_thrust = factor * rel_signal^2 + (1-factor) * rel_signal, where rel_thrust is the normalized thrust between 0 and 1, and rel_signal is the relative motor control signal between 0 and 1. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 1.0 | 0.1 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 1.0 | 0.1 | 0.0 | ## Payload Deliverer +### PD_GRIPPER_EN (`INT32`) {#PD_GRIPPER_EN} + +Enable Gripper actuation in Payload Deliverer. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- +✓ | | | | Disabled (0) | + ### PD_GRIPPER_TO (`FLOAT`) {#PD_GRIPPER_TO} Timeout for successful gripper actuation acknowledgement. -Maximum time Gripper will wait while the successful griper actuation isn't recognised. -If the gripper has no feedback sensor, it will simply wait for -this time before considering gripper actuation successful and publish a -'VehicleCommandAck' signaling successful gripper action +Maximum time Gripper will wait while the successful griper actuation isn't recognised. If the gripper has no feedback sensor, it will simply wait for this time before considering gripper actuation successful and publish a 'VehicleCommandAck' signaling successful gripper action -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | | | 1 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | | | 3 | s ### PD_GRIPPER_TYPE (`INT32`) {#PD_GRIPPER_TYPE} @@ -27323,9 +25221,10 @@ Type of Gripper (Servo, etc.). - `-1`: Undefined - `0`: Servo -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 0 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 0 | | 0 | ## Precision Land @@ -27335,9 +25234,9 @@ Landing Target Timeout. Time after which the landing target is considered lost without any new measurements. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 50 | 0.5 | 5.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 50 | 0.5 | 5.0 | s ### PLD_FAPPR_ALT (`FLOAT`) {#PLD_FAPPR_ALT} @@ -27345,9 +25244,9 @@ Final approach altitude. Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10 | 0.1 | 0.1 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.1 | 0.1 | m ### PLD_HACC_RAD (`FLOAT`) {#PLD_HACC_RAD} @@ -27355,9 +25254,9 @@ Horizontal acceptance radius. Start descending if closer above landing target than this. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 10 | 0.1 | 0.2 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 10 | 0.1 | 0.2 | m ### PLD_MAX_SRCH (`INT32`) {#PLD_MAX_SRCH} @@ -27365,9 +25264,9 @@ Maximum number of search attempts. Maximum number of times to search for the landing target if it is lost during the precision landing. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 100 | | 3 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 100 | | 3 | ### PLD_SRCH_ALT (`FLOAT`) {#PLD_SRCH_ALT} @@ -27375,9 +25274,9 @@ Search altitude. Altitude above home to which to climb when searching for the landing target. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 100 | 0.1 | 10.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100 | 0.1 | 10.0 | m ### PLD_SRCH_TOUT (`FLOAT`) {#PLD_SRCH_TOUT} @@ -27385,9 +25284,9 @@ Search timeout. Time allowed to search for the landing target before falling back to normal landing. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.0 | 100 | 0.1 | 10.0 | s | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100 | 0.1 | 10.0 | s ## Pure Pursuit @@ -27397,25 +25296,25 @@ Tuning parameter for the pure pursuit controller. Lower value -> More aggressive controller (beware overshoot/oscillations) -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 100 | 0.01 | 1.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 100 | 0.01 | 1.0 | ### PP_LOOKAHD_MAX (`FLOAT`) {#PP_LOOKAHD_MAX} Maximum lookahead distance for the pure pursuit controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 100 | 0.01 | 10.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 100 | 0.01 | 10.0 | m ### PP_LOOKAHD_MIN (`FLOAT`) {#PP_LOOKAHD_MIN} Minimum lookahead distance for the pure pursuit controller. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0.1 | 100 | 0.01 | 1.0 | m | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.1 | 100 | 0.01 | 1.0 | m ## RC @@ -27425,9 +25324,9 @@ Crossfire RC telemetry enable. Crossfire telemetry enable -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ### RC_GHST_TEL_EN (`INT32`) {#RC_GHST_TEL_EN} @@ -27435,9 +25334,9 @@ Ghost RC telemetry enable. Ghost telemetry enable -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------------ | ---- | -| | | | | Disabled (0) | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | | | | Disabled (0) | ## RC Input @@ -27459,21 +25358,32 @@ Select your RC input protocol or auto to scan. - `6`: CRSF - `7`: GHST -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1 | 7 | | -1 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1 | 7 | | -1 | ## Radio Calibration +### RC10_DZ (`FLOAT`) {#RC10_DZ} + +RC channel 10 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | + ### RC10_MAX (`FLOAT`) {#RC10_MAX} RC channel 10 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC10_MIN (`FLOAT`) {#RC10_MIN} @@ -27481,9 +25391,9 @@ RC channel 10 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC10_REV (`FLOAT`) {#RC10_REV} @@ -27496,9 +25406,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC10_TRIM (`FLOAT`) {#RC10_TRIM} @@ -27506,9 +25417,19 @@ RC channel 10 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC11_DZ (`FLOAT`) {#RC11_DZ} + +RC channel 11 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC11_MAX (`FLOAT`) {#RC11_MAX} @@ -27516,9 +25437,9 @@ RC channel 11 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC11_MIN (`FLOAT`) {#RC11_MIN} @@ -27526,9 +25447,9 @@ RC channel 11 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC11_REV (`FLOAT`) {#RC11_REV} @@ -27541,9 +25462,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC11_TRIM (`FLOAT`) {#RC11_TRIM} @@ -27551,9 +25473,19 @@ RC channel 11 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC12_DZ (`FLOAT`) {#RC12_DZ} + +RC channel 12 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC12_MAX (`FLOAT`) {#RC12_MAX} @@ -27561,9 +25493,9 @@ RC channel 12 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC12_MIN (`FLOAT`) {#RC12_MIN} @@ -27571,9 +25503,9 @@ RC channel 12 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC12_REV (`FLOAT`) {#RC12_REV} @@ -27586,9 +25518,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC12_TRIM (`FLOAT`) {#RC12_TRIM} @@ -27596,9 +25529,19 @@ RC channel 12 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC13_DZ (`FLOAT`) {#RC13_DZ} + +RC channel 13 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC13_MAX (`FLOAT`) {#RC13_MAX} @@ -27606,9 +25549,9 @@ RC channel 13 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC13_MIN (`FLOAT`) {#RC13_MIN} @@ -27616,9 +25559,9 @@ RC channel 13 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC13_REV (`FLOAT`) {#RC13_REV} @@ -27631,9 +25574,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC13_TRIM (`FLOAT`) {#RC13_TRIM} @@ -27641,9 +25585,19 @@ RC channel 13 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC14_DZ (`FLOAT`) {#RC14_DZ} + +RC channel 14 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC14_MAX (`FLOAT`) {#RC14_MAX} @@ -27651,9 +25605,9 @@ RC channel 14 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC14_MIN (`FLOAT`) {#RC14_MIN} @@ -27661,9 +25615,9 @@ RC channel 14 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC14_REV (`FLOAT`) {#RC14_REV} @@ -27676,9 +25630,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC14_TRIM (`FLOAT`) {#RC14_TRIM} @@ -27686,9 +25641,19 @@ RC channel 14 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC15_DZ (`FLOAT`) {#RC15_DZ} + +RC channel 15 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC15_MAX (`FLOAT`) {#RC15_MAX} @@ -27696,9 +25661,9 @@ RC channel 15 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC15_MIN (`FLOAT`) {#RC15_MIN} @@ -27706,9 +25671,9 @@ RC channel 15 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC15_REV (`FLOAT`) {#RC15_REV} @@ -27721,9 +25686,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC15_TRIM (`FLOAT`) {#RC15_TRIM} @@ -27731,9 +25697,19 @@ RC channel 15 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC16_DZ (`FLOAT`) {#RC16_DZ} + +RC channel 16 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC16_MAX (`FLOAT`) {#RC16_MAX} @@ -27741,9 +25717,9 @@ RC channel 16 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC16_MIN (`FLOAT`) {#RC16_MIN} @@ -27751,9 +25727,9 @@ RC channel 16 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC16_REV (`FLOAT`) {#RC16_REV} @@ -27766,9 +25742,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC16_TRIM (`FLOAT`) {#RC16_TRIM} @@ -27776,9 +25753,19 @@ RC channel 16 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC17_DZ (`FLOAT`) {#RC17_DZ} + +RC channel 17 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC17_MAX (`FLOAT`) {#RC17_MAX} @@ -27786,9 +25773,9 @@ RC channel 17 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC17_MIN (`FLOAT`) {#RC17_MIN} @@ -27796,9 +25783,9 @@ RC channel 17 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC17_REV (`FLOAT`) {#RC17_REV} @@ -27811,9 +25798,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC17_TRIM (`FLOAT`) {#RC17_TRIM} @@ -27821,9 +25809,19 @@ RC channel 17 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC18_DZ (`FLOAT`) {#RC18_DZ} + +RC channel 18 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC18_MAX (`FLOAT`) {#RC18_MAX} @@ -27831,9 +25829,9 @@ RC channel 18 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC18_MIN (`FLOAT`) {#RC18_MIN} @@ -27841,9 +25839,9 @@ RC channel 18 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC18_REV (`FLOAT`) {#RC18_REV} @@ -27856,9 +25854,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC18_TRIM (`FLOAT`) {#RC18_TRIM} @@ -27866,9 +25865,19 @@ RC channel 18 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC1_DZ (`FLOAT`) {#RC1_DZ} + +RC channel 1 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | us ### RC1_MAX (`FLOAT`) {#RC1_MAX} @@ -27876,9 +25885,9 @@ RC channel 1 maximum. Maximum value for RC channel 1 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000.0 | us ### RC1_MIN (`FLOAT`) {#RC1_MIN} @@ -27886,9 +25895,9 @@ RC channel 1 minimum. Minimum value for RC channel 1 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000.0 | us ### RC1_REV (`FLOAT`) {#RC1_REV} @@ -27901,9 +25910,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC1_TRIM (`FLOAT`) {#RC1_TRIM} @@ -27911,9 +25921,19 @@ RC channel 1 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500.0 | us + +### RC2_DZ (`FLOAT`) {#RC2_DZ} + +RC channel 2 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | us ### RC2_MAX (`FLOAT`) {#RC2_MAX} @@ -27921,9 +25941,9 @@ RC channel 2 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000.0 | us ### RC2_MIN (`FLOAT`) {#RC2_MIN} @@ -27931,9 +25951,9 @@ RC channel 2 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000.0 | us ### RC2_REV (`FLOAT`) {#RC2_REV} @@ -27946,9 +25966,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC2_TRIM (`FLOAT`) {#RC2_TRIM} @@ -27956,9 +25977,19 @@ RC channel 2 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500.0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500.0 | us + +### RC3_DZ (`FLOAT`) {#RC3_DZ} + +RC channel 3 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | us ### RC3_MAX (`FLOAT`) {#RC3_MAX} @@ -27966,9 +25997,9 @@ RC channel 3 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC3_MIN (`FLOAT`) {#RC3_MIN} @@ -27976,9 +26007,9 @@ RC channel 3 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC3_REV (`FLOAT`) {#RC3_REV} @@ -27991,9 +26022,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC3_TRIM (`FLOAT`) {#RC3_TRIM} @@ -28001,9 +26033,19 @@ RC channel 3 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC4_DZ (`FLOAT`) {#RC4_DZ} + +RC channel 4 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | us ### RC4_MAX (`FLOAT`) {#RC4_MAX} @@ -28011,9 +26053,9 @@ RC channel 4 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC4_MIN (`FLOAT`) {#RC4_MIN} @@ -28021,9 +26063,9 @@ RC channel 4 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC4_REV (`FLOAT`) {#RC4_REV} @@ -28036,9 +26078,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC4_TRIM (`FLOAT`) {#RC4_TRIM} @@ -28046,9 +26089,19 @@ RC channel 4 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC5_DZ (`FLOAT`) {#RC5_DZ} + +RC channel 5 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | ### RC5_MAX (`FLOAT`) {#RC5_MAX} @@ -28056,9 +26109,9 @@ RC channel 5 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC5_MIN (`FLOAT`) {#RC5_MIN} @@ -28066,9 +26119,9 @@ RC channel 5 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC5_REV (`FLOAT`) {#RC5_REV} @@ -28081,9 +26134,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC5_TRIM (`FLOAT`) {#RC5_TRIM} @@ -28091,9 +26145,19 @@ RC channel 5 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC6_DZ (`FLOAT`) {#RC6_DZ} + +RC channel 6 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | ### RC6_MAX (`FLOAT`) {#RC6_MAX} @@ -28101,9 +26165,9 @@ RC channel 6 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC6_MIN (`FLOAT`) {#RC6_MIN} @@ -28111,9 +26175,9 @@ RC channel 6 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC6_REV (`FLOAT`) {#RC6_REV} @@ -28126,9 +26190,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC6_TRIM (`FLOAT`) {#RC6_TRIM} @@ -28136,9 +26201,19 @@ RC channel 6 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC7_DZ (`FLOAT`) {#RC7_DZ} + +RC channel 7 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | ### RC7_MAX (`FLOAT`) {#RC7_MAX} @@ -28146,9 +26221,9 @@ RC channel 7 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC7_MIN (`FLOAT`) {#RC7_MIN} @@ -28156,9 +26231,9 @@ RC channel 7 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC7_REV (`FLOAT`) {#RC7_REV} @@ -28171,9 +26246,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC7_TRIM (`FLOAT`) {#RC7_TRIM} @@ -28181,9 +26257,19 @@ RC channel 7 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC8_DZ (`FLOAT`) {#RC8_DZ} + +RC channel 8 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 10.0 | ### RC8_MAX (`FLOAT`) {#RC8_MAX} @@ -28191,9 +26277,9 @@ RC channel 8 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC8_MIN (`FLOAT`) {#RC8_MIN} @@ -28201,9 +26287,9 @@ RC channel 8 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC8_REV (`FLOAT`) {#RC8_REV} @@ -28216,9 +26302,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC8_TRIM (`FLOAT`) {#RC8_TRIM} @@ -28226,9 +26313,19 @@ RC channel 8 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us + +### RC9_DZ (`FLOAT`) {#RC9_DZ} + +RC channel 9 dead zone. + +The +- range of this value around the trim value will be considered as zero. + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0.0 | 100.0 | | 0.0 | ### RC9_MAX (`FLOAT`) {#RC9_MAX} @@ -28236,9 +26333,9 @@ RC channel 9 maximum. Maximum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 1500.0 | 2200.0 | | 2000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 1500.0 | 2200.0 | | 2000 | us ### RC9_MIN (`FLOAT`) {#RC9_MIN} @@ -28246,9 +26343,9 @@ RC channel 9 minimum. Minimum value for this channel. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 1500.0 | | 1000 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 1500.0 | | 1000 | us ### RC9_REV (`FLOAT`) {#RC9_REV} @@ -28261,9 +26358,10 @@ Set to -1 to reverse channel. - `-1.0`: Reverse - `1.0`: Normal -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -1.0 | 1.0 | | 1.0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -1.0 | 1.0 | | 1.0 | ### RC9_TRIM (`FLOAT`) {#RC9_TRIM} @@ -28271,35 +26369,29 @@ RC channel 9 trim. Mid point value -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 800.0 | 2200.0 | | 1500 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 800.0 | 2200.0 | | 1500 | us ### RC_CHAN_CNT (`INT32`) {#RC_CHAN_CNT} RC channel count. -This parameter is used by Ground Station software to save the number -of channels which were used during RC calibration. It is only meant -for ground station use. +This parameter is used by Ground Station software to save the number of channels which were used during RC calibration. It is only meant for ground station use. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_FAILS_THR (`INT32`) {#RC_FAILS_THR} Failsafe channel PWM threshold. -Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. -By default this is the throttle channel. -Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, -but below the minimum PWM value for the channel during normal operation. -Note: The default value of 0 disables the feature (it is below the expected range). +Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range). -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2200 | | 0 | us | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2200 | | 0 | us ### RC_MAP_AUX1 (`INT32`) {#RC_MAP_AUX1} @@ -28327,9 +26419,10 @@ AUX1 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_AUX2 (`INT32`) {#RC_MAP_AUX2} @@ -28357,9 +26450,10 @@ AUX2 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_AUX3 (`INT32`) {#RC_MAP_AUX3} @@ -28387,9 +26481,10 @@ AUX3 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_AUX4 (`INT32`) {#RC_MAP_AUX4} @@ -28417,9 +26512,10 @@ AUX4 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_AUX5 (`INT32`) {#RC_MAP_AUX5} @@ -28447,9 +26543,10 @@ AUX5 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_AUX6 (`INT32`) {#RC_MAP_AUX6} @@ -28477,9 +26574,10 @@ AUX6 Passthrough RC channel. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_ENG_MOT (`INT32`) {#RC_MAP_ENG_MOT} @@ -28507,19 +26605,16 @@ RC channel to engage the main motor (for helicopters). - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_FAILSAFE (`INT32`) {#RC_MAP_FAILSAFE} Failsafe channel mapping. -Configures which RC channel is used by the receiver to indicate the signal was lost -(on receivers that use output a fixed signal value to report lost signal). -If set to 0, the channel mapped to throttle is used. -Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below -the expected range and hence disabled. +Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled. **Values:** @@ -28543,16 +26638,16 @@ the expected range and hence disabled. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_PARAM1 (`INT32`) {#RC_MAP_PARAM1} PARAM1 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. -Set to 0 to deactivate \* +Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate * **Values:** @@ -28576,16 +26671,16 @@ Set to 0 to deactivate \* - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_PARAM2 (`INT32`) {#RC_MAP_PARAM2} PARAM2 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. -Set to 0 to deactivate \* +Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate * **Values:** @@ -28609,16 +26704,16 @@ Set to 0 to deactivate \* - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_PARAM3 (`INT32`) {#RC_MAP_PARAM3} PARAM3 tuning channel. -Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. -Set to 0 to deactivate \* +Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate * **Values:** @@ -28642,17 +26737,16 @@ Set to 0 to deactivate \* - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_PITCH (`INT32`) {#RC_MAP_PITCH} Pitch control channel mapping. -The channel index (starting from 1 for channel 1) indicates -which channel should be used for reading pitch inputs from. -A value of zero indicates the switch is not assigned. +The channel index (starting from 1 for channel 1) indicates which channel should be used for reading pitch inputs from. A value of zero indicates the switch is not assigned. **Values:** @@ -28676,17 +26770,16 @@ A value of zero indicates the switch is not assigned. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_ROLL (`INT32`) {#RC_MAP_ROLL} Roll control channel mapping. -The channel index (starting from 1 for channel 1) indicates -which channel should be used for reading roll inputs from. -A value of zero indicates the switch is not assigned. +The channel index (starting from 1 for channel 1) indicates which channel should be used for reading roll inputs from. A value of zero indicates the switch is not assigned. **Values:** @@ -28710,17 +26803,16 @@ A value of zero indicates the switch is not assigned. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_THROTTLE (`INT32`) {#RC_MAP_THROTTLE} Throttle control channel mapping. -The channel index (starting from 1 for channel 1) indicates -which channel should be used for reading throttle inputs from. -A value of zero indicates the switch is not assigned. +The channel index (starting from 1 for channel 1) indicates which channel should be used for reading throttle inputs from. A value of zero indicates the switch is not assigned. **Values:** @@ -28744,17 +26836,16 @@ A value of zero indicates the switch is not assigned. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_MAP_YAW (`INT32`) {#RC_MAP_YAW} Yaw control channel mapping. -The channel index (starting from 1 for channel 1) indicates -which channel should be used for reading yaw inputs from. -A value of zero indicates the switch is not assigned. +The channel index (starting from 1 for channel 1) indicates which channel should be used for reading yaw inputs from. A value of zero indicates the switch is not assigned. **Values:** @@ -28778,17 +26869,16 @@ A value of zero indicates the switch is not assigned. - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_RSSI_PWM_CHAN (`INT32`) {#RC_RSSI_PWM_CHAN} PWM input channel that provides RSSI. -0: do not read RSSI from input channel -1-18: read RSSI from specified input channel -Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters. +0: do not read RSSI from input channel 1-18: read RSSI from specified input channel Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters. **Values:** @@ -28812,9 +26902,10 @@ Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parame - `17`: Channel 17 - `18`: Channel 18 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 18 | | 0 | + +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 18 | | 0 | ### RC_RSSI_PWM_MAX (`INT32`) {#RC_RSSI_PWM_MAX} @@ -28822,9 +26913,9 @@ Max input value for RSSI reading. Only used if RC_RSSI_PWM_CHAN > 0 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2000 | | 2000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2000 | | 2000 | ### RC_RSSI_PWM_MIN (`INT32`) {#RC_RSSI_PWM_MIN} @@ -28832,42 +26923,39 @@ Min input value for RSSI reading. Only used if RC_RSSI_PWM_CHAN > 0 -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | 0 | 2000 | | 1000 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | 0 | 2000 | | 1000 | ### TRIM_PITCH (`FLOAT`) {#TRIM_PITCH} Pitch trim. -The trim value is the actuator control value the system needs -for straight and level flight. +The trim value is the actuator control value the system needs for straight and level flight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### TRIM_ROLL (`FLOAT`) {#TRIM_ROLL} Roll trim. -The trim value is the actuator control value the system needs -for straight and level flight. +The trim value is the actuator control value the system needs for straight and level flight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ### TRIM_YAW (`FLOAT`) {#TRIM_YAW} Yaw trim. -The trim value is the actuator control value the system needs -for straight and level flight. +The trim value is the actuator control value the system needs for straight and level flight. -| Reboot | minValue | maxValue | increment | default | unit | -| ------ | -------- | -------- | --------- | ------- | ---- | -| | -0.5 | 0.5 | 0.01 | 0.0 | +Reboot | minValue | maxValue | increment | default | unit +--- | --- | --- | --- | --- | --- + | -0.5 | 0.5 | 0.01 | 0.0 | ## Radio Switches @@ -28875,83 +26963,57 @@ for straight and level flight. Threshold for the arm switch. -0-1 indicate where in the full channel range the threshold sits -0 : min -1 : max -sign indicates polarity of comparison -positive : true when channel>th -negative : true when channel