Page MenuHomeFeedback Tracker

Incorrect AOA value
New, NormalPublic

Description

In the class MFD there is a source called AOA. It returns incorrect value, as from my testing it gives an angle between flight path marker and center of pitch ladder. In reality it is an angle between wing's chord line and relative airflow(aircraft velocity vector)

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
Education
Category
Config
Steps To Reproduce

Tested using this config class:

class AOA_Value{

					type="text";
					source="aoa";
					scale=1;
					sourceScale=57.2958;
					sourcePrecision=1;
					align = "left";
					pos[]= {{0.24, "0.4"}, 1};
					right[]= {{0.3, "0.4"}, 1};
					down[]= {{0.24, "0.46"}, 1};
				};

Event Timeline