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.

Turning off the radios

Featured Replies

I'm working on a radio stack replacement. My radios have power switches, which currently just turn on/off the digits. Is it possible to actually turn off the individual radio functions (silence the voice com, and turn off the nav outputs?) An XML solution would be great (I haven't found one), but I can write some helper C code if necessary.Any and all help/hints appreciated.DouglasI did find Topic #504, which discusses tuning the COMs to an unused freq when off, which is crude, but effective, I suppose. Any advances in the last three years?As for NAV outputs, I'm thinking about 'failing' and 'unfailing' the OBSs and ADF. Can't seem to do this in XML, does this make sense to do in C?

Have you tried TOGGLE_AVIONICS_MASTER ? Disables ATC voice & messages, as well as NAV/ADF radios. Not sure whether it works on all aircraft. It affects the whole COMM/NAV set; if you need to manage each radio individually I guess you'll have to put on unused frequencies (as you already know...) I'm using both methods in my radio set.Regards,Tom

Tom,Thank you, I have not tried that; I'll play around with it, but as you say, it won't be useful for turning off just a NAV-COM, or just the ADF or DME...Douglas

I believe TOGGLE_AVIONICS_MASTER will turn the whole kit and kaboodle off, but I think Doug is looking for the ability to turn the units off individually.It is possible to hide frequency displays (via visible tag) and keep the user from being able to tune frequencies and manipulate controls (using custom L vars) on the actual gauge unit, but the user could still tune the frequencies via keyboard or hardware (i.e. GoFlight module) no matter what you do in the gauge. You might be able to prevent keyboard input by using a Keys section implementing "on event" in the XML file, but I would guess circumventing GoFlight units as well as others might be another story.

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.