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

Marker Ident toggle for NAV1, NAV2, ADF #23

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_RadioNavigation_Variables.htm#markers

Event & Status

MARKER AVAILABLE    True if Marker is available Bool
MARKER_SOUND_TOGGLE         Toggles marker beacon sound on/off
RADIO_VOR1_IDENT_SET            Sets VOR 1 ID (on/off)
RADIO_VOR2_IDENT_SET            Sets VOR 2 ID (on/off)
MARKER BEACON STATE | Marker beacon state. | Enum:0 = None1 = Outer2 = Middle3 = Inner   

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

COMMUNICATIONS

Additional context Used to notify pilot when flying over a marker beacon

mpaperno commented 2 years ago

Any Sim Var is now available on demand.