Radio Navigation
IMPORTANT!
Token Variables - along with the Gauge API - have been deprecated in Microsoft Flight Simulator 2024 in favour of the new Vars API and Event API, which work with the more extensive and supported Simulation Variables and Key Events.
This page lists the available radio navigation Token Variables for use when creating gauges using WASM / C++.
ADF
| Parameters | Universal Var Member | Description |
|---|---|---|
ADF_500_HZ_TUNABLE | n (FLOAT) | Specifies the tuneable ADF frequency. |
ADF_CARD_RADIAL | n (FLOAT) | Specifies the ADF card cardinal direction, in degrees from 0 to 360. |
ADF_EXTENDED_FREQUENCY | n (FLOAT) | Specifies the ADF extended frequency, Frequency BCD16 encoded. |
ADF_FREQUENCY | n (FLOAT) | Specifies the ADF frequency, Frequency BCD16 encoded. |
ADF_IDENTITY | p (PVOID) | Pointer to a string with the ADF identity. |
ADF_MORSE_IDENT | b (BOOL) | This will be TRUE (1) if there is a morse signal, FALSE (0) otherwise. |
ADF_NEEDLE | n (FLOAT) | The ADF needle position, expressed as 16-bit pseudo-degrees. |
ADF_SIGNAL_STRENGTH | n (FLOAT) | The ADF signal strength where 0 is no signal, and 256 and above is a good signal. |
ADF_SOUND_TOGGLE | b (BOOL) | Whether the ADF audio is on (TRUE, 1) or off (FALSE, 0). |
ADF_VOLUME | n (FLOAT) | The volume of the ADF output, expressed as a Percent Over 100. |
ATC
Beacons
COM
| Parameters | Universal Var Member | Description |
|---|---|---|
COM_ACTIVE_FREQUENCY | n (FLOAT) | The COM active frequency, Frequency BCD16 encoded. |
COM_BOTH_RECEIVE | n (FLOAT) | Whether the audio is being recieved on both COMs (TRUE , 1) or not (FALSE, 0). |
COM_FREQUENCYCOM2_FREQUENCY | n (FLOAT) | Specifies COM 1/2 radio frequency, Frequency BCD16 encoded. |
COM_RADIO_25_KHZ_TUNABLE | b (BOOL) | Whether the COM radio is tuneable (TRUE , 1) or not (FALSE, 0). |
COM_RECEIVE | b (BOOL) | Whether the aircraft is receiving on this COM channel (TRUE, 1) or not (FALSE, 0). |
COM_RECEIVE_EX1 | b (BOOL) | Whether the aircraft is receiving on this COM channel (TRUE, 1) or not (FALSE, 0). |
COM_STANDBY_FREQUENCYCOM_STBY_FREQUENCYCOM2_STBY_FREQUENCY | n (FLOAT) | Specifies COM 1/2 radio standby frequency, Frequency BCD16 encoded. |
COM_VOLUME | n (FLOAT) | The volume of the COM radio, as a percentage between 0 and 100. |
COM1_AUTOSWITCH_ONCOM2_AUTOSWITCH_ON | b (BOOL) | Whether the aircraft COM switch 1/2 is on (TRUE, 1) or not (FALSE, 0). |
COM1_STORED_FREQUENCYCOM2_STORED_FREQUENCYCOM3_STORED_FREQUENCY | n (FLOAT) | Specifies COM 1/2/3 stored frequency, Frequency BCD16 encoded. |
COM1_TRANSMIT_SELECTCOM2_TRANSMIT_SELECT | b (BOOL) | Audio panel COM transmit state, either on (TRUE, 1) or off (FALSE, 0). |
DME
GPS
HSI
NAV
| Parameters | Universal Var Member | Description |
|---|---|---|
NAV_VOLUME | n (FLOAT) | The volume of the NAV Radio, expressed as a percentage from 0 to 100. |
NAV1_AUTOSWITCH_ONNAV2_AUTOSWITCH_ON | b (BOOL) | Whether the NAV1/2 autoswitch is on (TRUE, 1) or not (FALSE, 0). |
NAV1_COMMNAV_TESTNAV2_COMMNAV_TEST | b (BOOL) | This will be TRUE (1) if the NAV1/2 COM system is working and FALSE (0) if it is not. |
NAV1_FREQUENCYNAV2_FREQUENCY | n (FLOAT) | The NAV1/2 active frequency, expressed as a Frequency BCD16 value. |
NAV1_MORSE_IDENTNAV2_MORSE_IDENT | b (BOOL) | This will be TRUE (1) if there is a morse signal, and FALSE (0) otherwise. |
NAV1_SOUND_TOGGLENAV2_SOUND_TOGGLE | n (FLOAT) | This will be TRUE (1) if NAV1/2 audio is enabled, and FALSE (0) otherwise. |
NAV1_STBY_FREQUENCYNAV2_STBY_FREQUENCY | n (FLOAT) | The NAV1/2 standby frequency, expressed as a Frequency BCD16 value. |
NAV1_VOR_RADIALNAV2_VOR_RADIAL | n (FLOAT) | The rdial that the aircraft is on, in radians. |
TACAN_DRIVES_NAV1 | b (BOOL) | Whether the TACAN is driving the Nav 1 indicator (TRUE, 1) or not (FALSE, 0). |
Pilot
Radio
VOR
Prev
HelicoptersNext
Surfaces