How to assign Batteries of A320 neo to Overhead using SPAD?

I tried in several ways to assign the batteries of A320 neo to my overhead using SPAD. I even tracked events using event monitor but without success either. Currently this remains the only pushbutton that I still have no success to configure (Fire tests and secondary buttons look inop). Someone knows how can I do that? Please could you give me an idea of how to call this commands using the simconnect?

I tried to find posts related to this here but without success.

Thank you all in advance :slight_smile:

Thank you all,

Antonio

MODERATOR EDIT: Removed ping to Asobo.
Please do not ping team members to bring attention to an issue or bug.

Hi Antonio. Did you find a solution to your problem? I just got into spadnext and stream deck and want to assign the stream deck buttons to buttons like bat 1 2 etc for the a320 but having issues figuring out the right var.

Hope you figured it out and can help me out!!

I tried everything, however looks like that the batteries are hardcoded. I even tried to reach out the developers on twitch in order to ask to fix the simconnect of A320, I was ignored and kicked out the chat.

The Asobo do not respect us, enthusiasts. Thus, I am return to the x-plane.

Well, then I won’t take the time to explain a potential solution. Enjoy x plane!

Please explain the solution. I’m very interested as I’m all in with MSFS20!!!

From Mobiflight, but should work similar with SPAD (assuming FBW):

Bat1:
(L:A32NX_OVHD_ELEC_BAT_1_PB_IS_AUTO, Bool) ! (>L:A32NX_OVHD_ELEC_BAT_1_PB_IS_AUTO) (L:XMLVAR_Momentary_PUSH_OVHD_ELEC_BAT1_Pressed) ! (>L:XMLVAR_Momentary_PUSH_OVHD_ELEC_BAT1_Pressed)

Bat2:
(L:A32NX_OVHD_ELEC_BAT_2_PB_IS_AUTO, Bool) ! (>L:A32NX_OVHD_ELEC_BAT_2_PB_IS_AUTO) } (L:XMLVAR_Momentary_PUSH_OVHD_ELEC_BAT2_Pressed) ! (>L:XMLVAR_Momentary_PUSH_OVHD_ELEC_BAT2_Pressed)

Thanks. Do you know if there is a solution using the standard a320neo, not the fbw version?

No, but I would definitely recommend using the FBW. It gives so much more than the default A320.

These events might actually work in the default A320neo as well, but I’m just not sure.

Cool. I’m trying that now. What is the difference between the two LVARS? They seem to be in sync? I tried using just the A32NX LVAR and that worked. Seems I can use one or the other.

If I’m correct, the first one is the function of the battery, the 2nd one (the XMLVAR) triggers the movement of the button.

I was able to find the Lvars for the Inibuilds A320 V2 after long trail and error.

1 Like