flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
5.09k stars 1.11k forks source link

Settable Cockpit States #4840

Closed ajs117 closed 2 years ago

ajs117 commented 3 years ago

Aircraft Version

Development

Description

Store default cockpit setups (i.e. cold and dark, turn around etc) and have the ability to load these states in sim or set a default start up.

References (optional)

No response

Additional info (optional)

Aerosoft's A320 implementation Capture PNG 6f92b56a74c2b42818d343732c20fb8c

Discord Username (optional)

No response

scoopscode commented 3 years ago

Someone asked this on the Discord and may or may not be answered for In the Hangar 6.

ZeroKaa commented 3 years ago

Hello, I'm trying to develop this one

tracernz commented 3 years ago

Hello, I'm trying to develop this one

Probably best to discuss whether this should go in the EFB (my initial preference) or the MCDU before going too far.

ajs117 commented 3 years ago

Hello, I'm trying to develop this one

Probably best to discuss whether this should go in the EFB (my initial preference) or the MCDU before going too far.

I second this, the EFB would be the best place IMO.

ZeroKaa commented 3 years ago

yes, you right. Anyway I mainly use this one as a first development to discover how to develop on the plane. Both are fine for me

Saschl commented 3 years ago

In the end it's probably best to have the logic separated so that the implementation in either the MCDU or EFB is "just the UI". If possible of course as I'm not quite sure which access to what is needed exactly :D

ZeroKaa commented 3 years ago

@tracernz when you say "my inital preference" which page are you talking about ?

tracernz commented 3 years ago

@tracernz when you say "my inital preference" which page are you talking about ?

I mean I am inclined to prefer doing it on the EFB, but I can be swayed by a good argument for doing it on the MCDU.

ZeroKaa commented 3 years ago

@tracernz I agree with you that the EFB seems to be a good place to have that option and keep the MCDU for "real" features Settings page is already quiet full. Maybe a new tab called "aircraft" for everything touching aircraft configuration.

ajs117 commented 3 years ago

IMO the FMC should be 100% as the real one with no sim settings or nothing in, then the EFB should handle anything sim related even IRS align speed.

derl30n commented 3 years ago

IMO the FMC should be 100% as the real one with no sim settings or nothing in, then the EFB should handle anything sim related even IRS align speed.

Thats the plan

bouveng commented 3 years ago

One of my wishes that touches upon this feature, is not settable states as such, but a setting that allows the aircraft to remember its state between sessions.

When I return/load the aircraft, it should be as I left it in terms of configuration, knobs, lights, switches etc.

I think this can be easily done by either saving out a current-state.flt that is loaded instead of the normal one, if this setting i activated.

frankkopp commented 2 years ago

This is implemented in the new flyPad version: #6528