Jump to content
Sign in to follow this  
Cargostorm

8.33 Spacing with Logitech/Saitek Radio Panel

Recommended Posts

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

--

13900K, Gigabyte Geforce RTX 4090, 32GB DDR5 RAM, Asus Rog Swift PG348Q G-SYNC 1440p monitor, Varjo Aero/Pico 4 VR

Share this post


Link to post
Share on other sites

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

--

13900K, Gigabyte Geforce RTX 4090, 32GB DDR5 RAM, Asus Rog Swift PG348Q G-SYNC 1440p monitor, Varjo Aero/Pico 4 VR

Share this post


Link to post
Share on other sites

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) 
 

 

 

Share this post


Link to post
Share on other sites

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

--

13900K, Gigabyte Geforce RTX 4090, 32GB DDR5 RAM, Asus Rog Swift PG348Q G-SYNC 1440p monitor, Varjo Aero/Pico 4 VR

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...