User Manual
Deviation
User Manual for Jumper T8SG, Release 5.0
40 Chapter 9. Model menu
Cx = if(Switchn) {Mn} else {1} * if (Switchn-1) {Mn-1} else {1} * ... * if (Switch0) {M0} else
{1}
For an ‘Add’ mux:
Cx = if(Switchn) {Mn} else {0} + if (Switchn-1) {Mn-1} else {0} + ... + if (Switch0) {M0} else
{0}
For a ‘Max’ mux:
Cx = MAX(if(Switchn) {Mn} else {0}, if (Switchn-1) {Mn-1} else {0}, ..., if (Switch0) {M0} else
{0})
For a ‘Min’ mux:
Cx = MIN(if(Switchn) {Mn} else {0}, if (Switchn-1) {Mn-1} else {0}, ..., if (Switch0) {M0} else
{0})
9.2.7 Cyclic
Cyclic1, Cyclic2, Cyclic3: The 3 outputs of the helicopter swash-plate mix. These will represent the 3 servos
connected to the helicopter swash-plate (see Swash Configuration).
9.2.8 Reordering Mixers
Select the respective mixer and use the up/down buttons to move the order of the selected mixer. Note
that the mixer name represents its position when the reorder dialog was opened. If the dialog is closed
and reopened, all mixers will be shown as numbered sequentially.