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.

8.33 Spacing with Logitech/Saitek Radio Panel

Featured Replies

Is it possible with LINDA to change the 25khz to 8.33khz spacing that is used in Europe/Vatsim? How is that done? Or is AAO or SPAD required for this functionality? I have ticked box to use the GUI Saitek panel in LINDA but see no option to change the spacing. If the spacing is hard coded, is there a lua script that I could use?

Cheers,

Chris

 

 

Regards,

Chris

--

PC: Intel 13900K, Gigabyte Geforce RTX 4090, 64GB Fury Beast DDR5 RAM; Display: Varjo Aero VR

I've no idea what you mean by "spacing", sorry.

  • Author

If you have the Logitech radio panel you will realize that it has the 25khz  channel spacing by default. AAO and SPAD can programm the unit to use the 8.33 khz steps, e.g. 122.800 - 122.805 - 122.810 etc.:

https://www.spadnext.com/forum/viewtopic.php?f=5&t=36783

The question is: Can LINDA support this as well?  I already own FSUIPC and I do not want to use another app like AAO or SPAD.  Would be great if there is a way that LINDA can do this as well.

 

Edited by Cargostorm

Regards,

Chris

--

PC: Intel 13900K, Gigabyte Geforce RTX 4090, 64GB Fury Beast DDR5 RAM; Display: Varjo Aero VR

I'm not sure how that would work, as both sim and radio panel show two-digit fractionals (i.e yyy.xx) and the 8.33 would require three (i.e yyy.xxx).

Having said that, I would think that a script could be written to make that change, although you wouldn't be able to see that third digit. Something similar to this:

function Radio_COM1 (RadioChannel1AFract, a)
a = ipc.readLvar ("L:RadioChannel1AFract")
n = (a*.3332)
ipc.writeLvar ("L:RadioChannel1AFract", n)
end
event.Lvar ("L:RadioChannel1AFract", 100, Radio_COM1) 
 

 

 

  • Author

Axis and Ohs (AAO) and SPADnext cut off the very left digit if you dial in the frequency (e.g. 22805 for 122.805). That said, even though the Saitek radio panel only shows 5 digits, you will be able to select a frequency having six digits. AAO even reverts back to "normal" after selecting the frequency and would then show 12280.

I wil try your script Masterius, but it appears that AAO or SPADnext are superior in this regard in comparison what LINDA offers. It might be possible as well but it needs a lot of scripting skills to achieve this.

Regards,

Chris

--

PC: Intel 13900K, Gigabyte Geforce RTX 4090, 64GB Fury Beast DDR5 RAM; Display: Varjo Aero VR

47 minutes ago, Cargostorm said:

I wil try your script Masterius, but it appears that AAO or SPADnext are superior in this regard in comparison what LINDA offers. It might be possible as well but it needs a lot of scripting skills to achieve this.

I don't think mine will work after all. I have to look closer into this.

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.