mpaperno / MSFSTouchPortalPlugin

A plugin which provides a two-way interface between Touch Portal clients and Flight Simulators which use SimConnect, such as MSFS 2020 and FS-X.
GNU General Public License v3.0
65 stars 2 forks source link

Autopilot Flight Level Change #15

Closed HiDTH closed 2 years ago

HiDTH commented 2 years ago

What action do you want to be able to perform from Touch Portal to interact with your simulator/aircraft?

https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_AutopilotAssistant_Variables.htm#AUTOPILOT%20FLIGHT%20LEVEL%20CHANGE

            AP_FLIGHT_LEVEL_CHANGE       
            AP_FLIGHT_LEVEL_CHANGE_OFF       
            AP_FLIGHT_LEVEL_CHANGE_ON

https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Autopilot_Flight_Assist_Events.htm

Also needs associated status to display current AP Flight Level setting and current Flight Level

I guess this could be current Altitude ASL / 100 and rounded to 500 feet

Provide the category of the action if you know it. Engines, Instruments, Environment, etc.

AUTOPILOT

Additional context

mpaperno commented 2 years ago

All Sim Vars and Events can be customized as needed.