hi, I was wondering if it is possible to assign a button that can change the assigned input from another button. And if this works, would it also work with a 7-segment display? For instance, to use an encoder assigned to the VHF frequency also for changing the NAV frequency and use the 7-segment displays of the VHF Radio to show the NAV frequencies as well.
#Is it possible to assign a button that can change the assigned input from another button?
1 messages · Page 1 of 1 (latest)
Sure. You have that button set a Mobiflight variable, then have multiple outputs (or inputs) that have preconditions based on the value of the mobiflight variable.
if I get you right you mean that instead of selecting for instance msfs2020 as the action type, I have to select "Mobi Flight - Variable" instead
what exactly do i have to change here , can you suggest any tutorial
i don't really know what I have to enter into the value input field
($+1)%3 will cycle values as 0 1 2 0 1 2
Just to avoid confusion....
We use those ($+1)%3 in case its shorter to enter ( we are all lazy guys).
You could also say Add 1 to the Current Value expect we are still in Mode 2 then swap back to Mode 0.
So if($=2,0,$+1)
There are lots of ways to do this.
Target is... You like to write a Variable with your button to be e.g. 0,1,2,0,1,2, (for 3 Modes).
And then you can create for example for the Encoder 3 Individual Configs....
Config 1 control e.g. COM1 .... Config 2 control Heading .... Config 3 control Altitude.
And each Config got a Precondition... The first only work if "MF Vairable you write with button" = 0 .... Config 2 Work if Variable = 1 and so on.
Same for Outputs.... 3 Configs for the same 7Seg And each config with a own condition related to the MF Variable.
Its not the 100% same situation and also not from V 7.9.0
But you should see the idea within the next 3 Mins of this Vid.