Hi,
I try to use an Encoder for the TCAS Switch at the Toliss A21N. I found the correct dataref for that action. I want to switch every step by step. That works with the config below.
{ ch = 11, cc = 8, type = "enc", dataref = "AirbusFBW/XPDRPower", modifier_up = 1, modifier_down = -1, value_min = "0", value_max = "4"},
But I have a Problem with limitations. I can turn the turnswitch on the board an the value rise or sinks to infinity. Is there a way to limit the value between 0 an 4.
Greetings