Jump to content

osvaldsson

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

osvaldsson last won the day on November 7 2020

osvaldsson had the most liked content!

osvaldsson's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Just to close this out, FlyWithLua has a built in module called radio.lua which executes the following code, amongst other things for consistency within scripts: dataref("COM1_STDBY", "sim/cockpit2/radios/actuators/com1_standby_frequency_hz", "writable") dataref("COM2_STDBY", "sim/cockpit2/radios/actuators/com2_standby_frequency_hz", "writable") Setting those to "readable" will solve the issue, but doesn't help for those that intend to write to the datarefs from their Lua scripts. Using the 8.3 khz spacing datarefs will also fix the problem. dataref("COM1_STDBY", "sim/cockpit2/radios/actuators/com1_standby_frequency_hz_833", "writable") dataref("COM2_STDBY", "sim/cockpit2/radios/actuators/com2_standby_frequency_hz_833", "writable")
  2. Thanks for the help, I found the culprit to be a Lua script in FlyWithLua NG that had require("radio") at the top, removing the script, or even commenting out that single line made the problem go away.
  3. Fresh X-Plane install works fine, now I just have to figure out what is causing the conflict. Will report back here when I find it.
  4. I'll try and do a fresh X-plane install today and see how it goes. It's not the peripherals as I've tried removing all of them. This also only affects the SR22 (and only this specific function), all other aircraft are fine. And this is the PFD, not the MFD. That was my wires crossing. Left screen with the COM rotating knobs on the right side. Writing on my phone but will upload a larger overview screenshot when I get to my computer.
  5. Would it be possible to downgrade to 1.0 somehow and see if it is fixed going back?
  6. Happens with both, and also if I bind the action to buttons on my joystick.
  7. Hi, After updating to v1.1 the radio decimal (PFD radio inner knob) does not work unless I scroll super fast with my mouse scroll button. Slow or binding to joystick buttons does not work. Radio whole numbers and other rotating knobs seem to work fine. I have reinstalled completely, 3 times, both into old directory as well as into a new one. Any advice appreciated, /Oli
×
×
  • Create New...