Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 2.7 KB

File metadata and controls

24 lines (15 loc) · 2.7 KB

Source List

EdgeTX internal Source List contains every source available on particular radio model.

Source List groups

sourceListNameTypeDescription
I[01-32]InputsInput value
LUA[1-7][a-f]Mixes ScriptsMixes (custom) scripts value
Rud,Ele,Thr,AilSticksStick position value
S[1-x]PotentiometersPotentiometer value
LS,RSSlidersLeft or right slider value
CYC[1-3]CyclicCyclic (heli) value
T[1-x]TrimsTrim switch value
S[A-J]SwitchesPhysical switch value
L[01-64]Logical SwitchesLogical switch value
TR[1-16]Trainer inputTrainer input value
CH[01-32]Mixer channelMixer channel value
GV[1-9]Global variablesGlobal variable value
BattRadio dataRadio battery level
TimeRadio dataRadio time
GPSRadio dataRadio internal GPS data
Tmr[1-3]TimersValue of timer
Tele[1-64]TelemetryCurrent value of telemetry sensor
Tele[1-64]+TelemetryMaximum value of telemetry sensor
Tele[1-64]-TelemetryMinimum value of telemetry sensor

Source List ID

Particular Source List ID is a integer number from 1 to whatever last source entry is used by EdgeTX developers during firmware implementation. Different Radios have different number of physical inputs that affects this list. Therefore for the same source type (ie LS04 - Logical switch number 4) sourceListID can have different value on particular radio model

{% hint style="info" %} To avoid confusion wherever there is reference to Source List ID short-name sourceListID is used. {% endhint %}

Source List Name

Source List name can also change due to firmware changes during development or user configuration (ie. assigning custom name to input). In current version of EdgeTX firmware Source List Name also may contain special visual symbols to indicate type source (see Special Charactes Constants).

{% hint style="info" %} To avoid confusion wherever there is reference to Source List Name short-name sourceListName is used. {% endhint %}