Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fix for EADI angle of attack indication

Featured Replies

The angle of attack gauge works very well in the airplane.  The angle of attack indication on the EADI however, is not correct and does not mirror the gauge.  I found that Carenado was using a variable that does not exist in the P3Dv4 SDK in the computation.  I modified the code and with this mod the EADI AOA indication is corrected.

In the gauge files "Gauge_EFIS550_EADIVC.xml" and "Gauge_EFIS550_EADI.xml" find the following entry:

"<Script>(A:SIM ON GROUND,bool)  if{ 0 } els{ (A:INCIDENCE ALPHA, number) (A:STALL ALPHA, number) / }</Script>"

Replace it with this:

"<Script>(A:SIM ON GROUND,bool)  if{ 0 } els{ (A:Angle of attack indicator, number) 1.88 - /-/ }</Script>"

 

Interesting.. would this be true for the PC12 as well?

Edit: my first test shows that indeed the same problem/solution exists for the PC12  :cool:

 

Bert

  • Author

 

9 hours ago, Bert Pieke said:

Interesting.. would this be true for the PC12 as well?

Edit: my first test shows that indeed the same problem/solution exists for the PC12  :cool:

 

Don't know.  I don't have the PC12. 

  • 4 weeks later...

Hi Folks,

Nice to see the fix it folks hard at work here too - you spoiled me with the PC12 - I'll give this a shot...

Regards,
Scott

imageproxy.png.c7210bb70e999d98cfd3e77d7

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.