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

[META] standby instrument (ISIS) #1233

Open 2hwk opened 4 years ago

2hwk commented 4 years ago

Is your feature request related to a problem? Please describe.

Someperson#4953 keeps dming me ISIS material on discord, please help.

Describe the feature you'd like to see implemented

ELECTRIC

Description

logic

Currently ISIS Indicator will switch off even in flight if the batteries and all other main electric systems are switched off. This is incorrect, as the ISIS indicator draws power from both the dc ess bus which supplies critical systems as well as a hot bus (which constantly supplies power until the batteries are entirely drained). The power supply from the hot bus is only active if the calibrated air speed is above 50 knots.

Checks

Transparency time for the ISIS indicator is between 50ms - 200 ms. Display is lost during power supply cut off if power is not supplied in this time.

SYSTEMS

Description

A. System Performance

The parameter computation frequency is sufficient to respect the required performances and to avoid important gap between two consecutive displayed values. The elasped time between the acquisition of air data and the display of parameters is less than 200 ms.

(1) Standby airspeed indicator function

The ISIS indicator can operate from 0 to 600 knots without deterioration.

(2) Standby altimeter function

The ISIS indicator can operate from -2500 to 55,000 ft and at 40,000 ft/min speed variation without deterioration

(3) Standby horizon function

The ISIS indicator can operate from -180 deg to +180 deg. in pitch and roll without deterioration.

If the condition becomes normal again and if the attitude monitoring is triggered when the constant acceleration in x and/or y axis becomes greater than 2.5g. If this monitoring is triggered, the "WAIT ATT" message is displayed.

If the condition becomes normal again and if the attitude performance remains adequete for 10 seconds, the "WAIT ATT" message disappears and is replaced by the horizon display.

Otherwise, after 10 seconds or if the attitude performance is affected, the attitude function is considered as failed and the "ATT:RST" message is displayed in place of the "WATT ATT" message (Ref. Fig. 023)

Pressing the RST pushbutton switch more than 2 seconds in steady flight quickly resets the attitude information.

Checks

References

https://www.pprune.org/showthread.php?p=6817862 Someperson#4953 on discord

Additional context

Discord username (if different from GitHub):

lukecologne commented 4 years ago

Reopening as wished in #1261

davidwalschots commented 3 years ago

This meta issue has the following item checked:

Should check if calculated air speed is >50 knots, and keep the instrument ON even if battery is off as long as emergency power is avail

1261 attempted to implement this. It assumed the default ELEC system was good enough to do so. The default ELEC system has issues which are now solved with a new ELEC implementation. Thus #3980 will improve on the implementation. Note that I'm not using CAS (do you mean calibrated airspeed instead of calculated airspeed?) but IAS at the moment. I'm not yet aware of CAS being available/calculated anywhere.

Note that I'm not making any attempt to implement:

Display does not immediately power off, delay of 50-200ms where the display will stay on if power is supplied in that interval.

tracernz commented 3 years ago

In progess #5190

2hwk commented 3 years ago

Reopening as not everything in this meta issue has been addressed.