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.

ADF 2 with XML

Featured Replies

To set adf1 frequency the "Key input" is: K:ADF_LOWRANGE_SET or K:ADF_HIGHRANGE_SET.There is a way in XML to set the ADF 2 frequency ? What is the "Key input" ?I try with K:ADF2_COMPLETE_SET but doesn' t works.

Not possitive, but try K:ADF_COMPLETE_SET:2Mitch

Fabrizio,K:ADF2_COMPLETE_SET IS the correct event, but you probably calculate its value the wrong way.If it helps, below you find a complete overview on how to write/read all radio frequencies in FS2004, in DECIMAL values.Also note that for ADF1 you better use event K:ADF_COMPLETE_SET instead of the old K:ADF_LOWRANGE_SET and K:ADF_HIGHRANGE_SET.Because K:ADF_HIGHRANGE_SET doesn't allow you to set frequencies above 1700 Khz; K:ADF_COMPLETE_SET does allow that, and you don't have to make a distinction between greater/smaller then 1000 Khz.Cheers, Rob Barendregt**********************************NAV1, NAV2, COM1, COM2======================NAV1,2: range 108.000 - 117.975 MHz, step 0.025 MHzCOM1,2: range 118.000 - 136.975 Mhz, step 0.025 MHzWrite (example: 113.475 Mhz):113.475 100 * 10000 % intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / int16 * +16 * +16 * +(>K:****_RADIO_SET)(* With ****: NAV1 , NAV2 , COM or COM2 *)Read:(A:**** ACTIVE FREQUENCY,number) 1000000 /(* With ****: NAV1 , NAV2 , COM1 or COM2 *)ADF1,2======ADF1,2: range 100.0 - 1799.9 KHz, step 0.1 KHzWrite (example: 1234.5 KHz):1234.5 10000 * intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / intd 10 % r 10 / int16 * +16 * +16 * +16 * +16 * +16 * +16 * +16 * +(>K:****_COMPLETE_SET)(* With ****: ADF or ADF2 *)Read: (A:**** ACTIVE FREQUENCY,number) 1000 /(* With ****: ADF1 or ADF2 *)*********************************************

Many many thanks Rob, it' s working fine.Fabrizio Berretta

Create an account or sign in to comment

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.