Hey guys, I am using the standard A320 on MSFS2024 and I have an issue with the master caution button/LED in Mobi Flight (10.4.0.3).
They work both individually;
- If I de-activate my LED, I will be able to acknowledge the master caution by the button.
- In case I de-activate the button I will see the master caution LED lit up.
! But if I activate both the Button and the LED, The LED will lit up in case of a master caution, but I am not able to acknowledge it by the button.
Button configuration code by Press is:
1 (>O:_ButtonAnimVar)
1 (>L:INI_MASTER_CAUTION_COMMAND)
1 (>L:__MASTER_CAUT_CPTIsPressed)
Button configuration code by Release is:
0 (>O:_ButtonAnimVar)
0 (>L:INI_MASTER_CAUTION_COMMAND)
0 (>L:__MASTER_CAUT_CPTIsPressed)
The LED configuration code is:
(L:__MASTER_CAUT_CPTIsPressed)
but I also used
(L:INI_MASTER_CAUTION_COMMAND)
with the same result.
Can anybody help me on this?