nguyenquyhy / Flight-Tracker-StreamDeck

A Stream Deck plugin to interact with Microsoft Flight Simulation
https://flightsim.to/file/3178/flight-tracker-streamdeck-plugin
GNU General Public License v3.0
366 stars 67 forks source link

AoA indicator #249

Closed falkeblikket closed 3 years ago

falkeblikket commented 3 years ago

Angle of attack is listed in the SimConnect SDK as ANGLE_OF_ATTACK_INDICATOR (Units:Radians, Type:TYPE_SINT16). It would be wonderful to have it implemented into the Flight-Tracker-StreamDeck plugin.

nguyenquyhy commented 3 years ago

Added in v0.35

diaznet commented 3 years ago

At least on the TBM, the AOA value is strange. I see it at 0 in the sim, but the value returned is 3. Also this value never changes outside of 3 (normal) or 2 (stall).

falkeblikket commented 3 years ago

Yup, I think it,s radians, so you need decimals to see changes. I think 180 degrees = 3,1415 radians is equivalent to 0 degrees on the pitch axis relative to airspeed, but i have not figured out the exact conversion to AoA seen on instruments in the cockpit, maybe it differs from aircraft to aircraft.

  1. jul. 2021 kl. 01:43 skrev Jeremy Diaz @.***>:

 At least on the TBM, the AOA value is strange. I see it at = in the sim, but the value returned is 3. Also this value never changes outside of 3 (normal) or 2 (stall).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

diaznet commented 3 years ago

Yup, I think it,s radians, so you need decimals to see changes. I think 180 degrees = 3,1415 radians is equivalent to 0 degrees on the pitch axis relative to airspeed, but i have not figured out the exact conversion to AoA seen on instruments in the cockpit, maybe it differs from aircraft to aircraft.

Yes you are right, thanks a lot, I had missed this. Until we have the ability to do math operation (#224) I will stick with the degrees display.