Jump to content
The simFlight Network Forums

trayced

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Europe

trayced's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Alright, thank you. I will take a look at FSUIPC. Is there any documentation or tutorial for adding those offsets and using the python wrapper? I couldn’t find anything regarding this issue. trayced
  2. Thanks! Yes, I’ve already managed to get the COM frequencies through MobiFlight – the values show up correctly there when I use the corresponding LVARs (for example, L:N_PED_RMP1_ACTIVE). The issue is now that MobiFlight can only send those values to physical hardware devices (like an LCD, LED, or servo), but not back to an external script or program. What I’m trying to do is make those same values available as variables in my Python script, without using any actual hardware. Do you know if there’s any way to read the MobiFlight output values directly (e.g. from memory, logs, or via a virtual device), or if FenixQuartz could be used to expose them in a way that Python could access? trayced
  3. Thanks a lot for the detailed reply! Yes, I’m using MSFS 2020, and I already tried the standard SimConnect events (like COM_RADIO_SET, COM_STBY_RADIO_SET, etc.) — unfortunately, none of them work with the Fenix A320. It seems those are completely disconnected from the internal radio logic. I also haven’t been able to find any LVARs or HVARs related to the COM/NAV frequencies or the rotary knobs so far, but I’ll take a look at the HubHop database you linked to and see if anything shows up there. Thanks again for the pointers! trayced
  4. Hi everyone, I’m currently working on a small external script for the Fenix A320 and I’m trying to control the COM/NAV radio frequencies programmatically — not via a hardware peripheral like the Logitech Radio Panel, but purely through software. I already contacted Fenix Support, but didn’t receive further information on this, so I thought I’d ask the community: My question: Which variables (LVARs, HVARs, or SimConnect events) are used to control the radio frequencies in the Fenix A320? In other words — is there a way to change the active or standby frequency via script, or to simulate knob rotations on the radio panels externally? I’m not looking to read data from a device, but to send the relevant variable updates myself (for example, through a Python or C# SimConnect script). If anyone knows the variable names or how to interact with these radios from outside the sim, I’d really appreciate your help! Thanks in advance, trayced
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.