Replies: 3 comments 7 replies
-
This layout uses the template for the CRJ so encoders and buttons might not be where you are expecting. Add to Community\mobiflight-event-module\modules\events.user.txt
then this is the config_a320.json I am using with ther current experimental fbw a32nx. push knob => quick press
|
Beta Was this translation helpful? Give feedback.
-
For anyone looking to get the EFIS Mode and Range to work with the experimental version of the A32NX, I've finally sorted this out with some help from the MobiFlight community on Discord. Add the following to the MobiFlight events.user.txt: A sample of how to alter the config_a320.json... "event": [ "{% if data.get_global_variable('MFD_NAV_MODE') == 0 %}", The range is in a jinja file... change the variable here as well {% if data.get_global_variable('MFD_RANGE') == 320 %} |
Beta Was this translation helpful? Give feedback.
-
As an programming noob, can you share your files? |
Beta Was this translation helpful? Give feedback.
-
So the config for the CRJ is great but the A32NX still has a bunch of stuff that seems like it doesn't work or isn't programmed. Starting with the encoders, I'd like to configure the following items:
1: Barometric - Working
2: MFD Mode - Not working
3: MFD Range - I think this worked in the non-experimental version of the A32NX but does nothing now
4: Speed - Working
5: Heading - Working
6: Altitude - Working
7: V/S - Not working
8: Radios - Not working
Can anyone help? I'm not very good with coding/programming unfortunately.
Beta Was this translation helpful? Give feedback.
All reactions