OpenTX logo

Play my value

This snippet announces the value of a control, such as a knob, slider or trim. Only the resting value is reported (repeats and intermediate values are skipped).

Here's an example using knob S1:

Logical switches

L1: |Δ|>=, S1, 1

L2: AND, !L1, ---, delay=0.5sec

 

Special function

SF1: L2, Play Value, S1

How it works

Note that the second parameter in L2 is blank ('---').

The graphic below shows the logic levels v. time. Clicks 'D' and 'E' are repeats within the 0.5 second delay period.

image

The method works equally well with knobs and trims.