Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electrical Busses not powered correctly #9629

Open
heclak opened this issue Dec 6, 2024 · 2 comments
Open

Electrical Busses not powered correctly #9629

heclak opened this issue Dec 6, 2024 · 2 comments
Labels
A380X Related to the A380X aircraft Bug Something isn't working

Comments

@heclak
Copy link
Contributor

heclak commented Dec 6, 2024

Aircraft Version

Development

Build info

{
    "built": "2024-12-04T11:01:22+00:00",
    "ref": "refs/heads/master",
    "sha": "2927b71d4ba68d65d17830fef7703a88d6d794cb",
    "actor": "Saschl",
    "event_name": "manual",
    "pretty_release_name": "master:2927b71d",
    "version": "a380x-v0.13.0-dev.2927b71"
}

Describe the bug

This bug is isolated to MSFS2024

The electrical power logic appears to having some strange behaviour.

  1. The bus init state do not match between 2020 and 2024. In 2024, all the busses in the infinitbat are connected by default.

Init State of 2020
image

Init state of 2024
image

Odd logic of the ESS BAT switch
When using the ESS BAT switch, the state of the DC_ESS_BUS and AC_ESS_BUS is only toggled when the ESS BAT switch is in the ON position. This is instead of following the ON-OFF state of the ESS BAT switch. Thus two clicks (OFF->ON) are required to toggle the state of the ESS BAT. Therefore, it is possible to create a situation where the

image

image

After applying EXT PWR, it appears the AC and DC ESS BUS can't both be powered at the same time. They get stuck in an alternate state based on the true state of the ESS BAT from the previous step.

Expected behavior

Electrical busses should be powered correctly based on the electrical bus logic. Aircraft should init with the electrical busses powered off when all ext power and battery are disconnected.

Steps to reproduce

  1. Load aircraft in 2024. Open the behaviour panel and inspect the electrical debug.
  2. Observe the initial electrical state and observe how the state changes while connecting batteries and external power.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

Heclak

@heclak heclak added A380X Related to the A380X aircraft Bug Something isn't working labels Dec 6, 2024
@MjrIncident
Copy link

Would this be the reason the radio does not auto tune like it does in 2020 - when using copilot auto atc?
Radio atc window says "no power...".

@heclak
Copy link
Contributor Author

heclak commented Dec 14, 2024

Would this be the reason the radio does not auto tune like it does in 2020 - when using copilot auto atc?

Radio atc window says "no power...".

@MjrIncident Not sure about auto tuning but yes, comm 1 is on one of the affected busses thus it is unpowered in default ATC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A380X Related to the A380X aircraft Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants