Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.
You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks!
If you only controll 3 diggits then the other 2 diggits will stay in there last setting ( whatever the other config is still disabled by precondition)
Basic Rule: A Output ALWAYS stay in last state if a config is disabled ( If it was ON it stay ON .... If a Display show Minus it will show minus forever ! )
For the one who are interested, here is what I came with : left : if($%10=0,$-10,$-($%10)) (and right is : if($%10=0,$+10,$+(10-$%10)))
That should work normaly..... Maby you got a wrong setting OR you are now a part of the Bug.
To check for the bug you can make a easy workflow.....
For example you use for 5 Diggit the Com1 Frequency like 123,45
For the other 2 Configs you use a 2 Digit ( Like Flaps Position) and a 3 Diggit Offset like Heading.
AFTER You change the Precondition situation and the 2/3 Diggit Configs are active now you say only digit 1 and 2 are working and 3,4,5 will show already the old stuff ?
NOW Please change value of the 3,4,5 Digit Data.... ( If you use Heading here for example please change heading in Simulator by clicking on the virtual encoder..... Simply increase/decrease the heading a bit.
If you got the BUG here then after chaning value ( so new data will be send) then the 3,4,5 Diggits will NOW show correct data.
Again: The only knowing bug a.t.m. is that a Display can show the last value of Disabled Config whatever a other config is still active on that diggits.
And we already can confirm this bug will be solved when you change the Data first time. ( but will occure again on next precondition chaning)
Please.... If Possible confirm if THAT is your problem too.... Or check if you got a wrong Config setting if not.
thanks