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.

Fenix A320 stby frequency

Featured Replies

Hello guys.  I am flying the Fenix A320

I am trying to make a script so my virtual F/O sets the Vatsim unicom frequency (122.800) when i instruct him to 

I was able to make him set the active directly by 122800000·(>K:COM_RADIO_SET_HZ)

I would prefer though that he sets the stby first and then switch so I have the previously available on stby after switching

Unfortunately the 122800000·(>K:COM_STBY_RADIO_SET_HZ) does not work

Any ideas?

  • Commercial Member

That is a question that only Fenix can answer. Did you try the events with a normal/default plane?

Maybe you can work around that in your script? Read the current active frequency into a register - set the unicom frequency - swap - write the value of the active frequency back from the register

Off the top of my head:

(A:COM ACTIVE FREQUENCY:1, Hz) s0 122800000 (>K:COM_RADIO_SET_HZ) 1 (>K:COM_STBY_RADIO_SWAP) l0 (>K:COM_RADIO_SET_HZ)

Notes:

  • "l0" is "ell - zero" not "ten"
  • Not sure if the unit "Hz" will work for a frequency. Also try "Number" or "Seconds". You may have to add some multiplication factor to it. 
  • If all fails, use the default BCD. AAO has a conversion RPN operator dec2b16 that converts a decimal frequency into the BCD format required by the legacy K-Events.

 

Edited by Lorby_SI

LORBY-SI

Archived

This topic is now archived and is closed to further replies.

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.