#Tranfer prosim lvars to special lvar´s
1 messages · Page 1 of 1 (latest)
Curious, why do you need to do that?
You can use an output driven input, but honestly it makes little sense to do that.
Hello Jaime! The problem is 2 app are using lvars but not the same so i need mobiflight to "tranfer" values from one app to another app.
ok, so I guess there is no way to specify to the app which Lvar to read?
like I said, you can read one Lvar into an output config in Mobiflight then use the display tab "Input Action" to send this value to another Lvar
Hello how can i us individual lvars?
which prosim aircraft are you using?
You can toggle an Lvar with a momentary button action with this code
(L:UNI_ANNOUNCER_LIGHT_LOGO) ! (>L:UNI_ANNOUNCER_LIGHT_LOGO)
But the original question was how to transfer a value from one Lvar to another, yes?
Can be as simple as this code in an output config
(L:ONE_LVAR) (>L:ANOTHER_LVAR)
Hello jamie i have tested to red the lvar from lvar it gives the right lvar back.
Prosim a320
take a look at this file. you will need to be running mobiflight beta for it to work.
I am running mobiflight beta
the file i provided should have everything setup ready for you to test
you need to change the action type to msfs
Ok i will try!