# MixerProfile A MixerProfile is a set of motor mixer, servo-mixer and platform type configuration settings to enable VTOL transitions. Currently two profiles are supported on targets other than F411 and F722 (due to resource constraints on these FC). i.e VTOL transition is not available on F411 and F722 targets. By default, switching between profiles requires reboot to take affect. However, when all conditions are met, and a suitable [configuration](#configuration) has been applied, `mixer_profile` also allows in-flight profile [switching](#rc-mode-settings) to allow things like VTOL operation. This is the recommended operating mode. Please note that this is an emerging / experimental capability that will require some effort by the pilot to implement. ## Setup for VTOL - A VTOL specific FC target or `timer_output_mode` overrides was required in the early stage of the development, But since unified mapping introduced in INAV 7.0 It is not needed anymore. - ~~For mixer profile switching it is necessary to keep motor and servo PWM mapping consistent between Fixed-Wing (FW) and Multi-rotor (MR) profiles~~ - ~~Traditionally, FW and MR have had different enumerations to define the PWM mappings. For VTOL operation it is necessary to set the `timer_output_mode` overrides to allow a consistent enumeration and thus mapping between MR and FW modes.~~ - ~~In operation, it is necessary to set the `mixer_profile` and the `pid_profile` separately and to set a [RC mode](#rc-mode-settings) to switch between them.~~ ## Configuration ### Timer overrides Set the timer overrides for the outputs that you are intended to use. For SITL builds, is not necessary to set timer overrides. Please note that there are some display issues on the configurator that will show wrong mapping on the mixer_profile which has less motor/servo compared with the another ### Profile Switch Setup the FW mode and MR mode separately in two different mixer profiles: In this example, FW mode is `mixer_profile` 1 and MR mode is `mixer_profile` 2. Currently, the INAV Configurator does not fully support `mixer_profile`, so some of the settings have to be done in CLI. Add `set mixer_pid_profile_linking = ON` in order to enable `pid_profile` auto handling. It will change the `pid profile` index according to the `mixer_profile` index on FC boot and allow `mixer_profile` hot switching (this is recommended usage). The following 2 `mixer_profile` sections are added in the CLI: ``` #switch to mixer_profile by cli mixer_profile 1 set platform_type = AIRPLANE set model_preview_type = 26 # motor stop feature have been moved to here set motorstop_on_low = ON # enable pid_profile auto handling (recommended). set mixer_pid_profile_linking = ON save ``` Then finish the aeroplane setting on mixer_profile 1 ``` mixer_profile 2 set platform_type = TRICOPTER set model_preview_type = 1 # also enable pid_profile auto handling set mixer_pid_profile_linking = ON save ``` Then finish the multi-rotor setting on `mixer_profile` 2. Note that default profile is profile `1`. You can use `MAX` servo input to set a fixed input for the tilting servo. Speed setting for `MAX` input is available in the CLI. It is recommended to have some amount of control surface (elevon / elevator) mapped for stabilization even in MR mode to get improved authority when airspeed is high. **Double check all settings in CLI with the `diff all` command**; make sure you have set the correct settings. Also check what will change with `mixer_profile`. For example servo output min / max range will not change. But `smix` and `mmix` will change. ### Mixer Transition input Typically, 'transition input' will be useful in MR mode to gain airspeed. Both the servo mixer and motor mixer can accept transition mode as an input. The associated motor or servo will then move accordingly when transition mode is activated. Transition input is disabled when navigation mode is activate The use of Transition Mode is recommended to enable further features and future developments like fail-safe support. Mapping motor to servo output, or servo with logic conditions is **not** recommended #### Servo 38 is the input source for transition input; use this to tilt motor to gain airspeed. Example: Increase servo 1 output by +45 with speed of 150 when transition mode is activated for tilted motor setup: ``` # rule no; servo index; input source; rate; speed; activate logic function number smix 6 1 38 45 150 -1 ``` Please note there will be a time window that tilting motors is providing up lift but rear motor isn't. Result in a sudden pitch raise on the entering of the mode. More forward tilting servo position on transition input(you can use 'speed' in servo rules to slowly move to this position), A faster tilting servo speed on `MAX` servo input will reduce the time window. OR lower the throttle on the entering of the FW mode to mitigate the effect. #### Motor The default `mmix` throttle value is 0.0, It will not show in `diff` command when throttle value is 0.0 (unused); this causes the motor to stop. - 0.0