Bind Sync Heading Bug to Joystick Button?

would love to see this fixed Asobo…

TEMP WORKAROUND IF YOU HAVE FSUIPC ON PC

  1. create a new document in wordpad++
  2. paste the following text without the quotes into the document
    “hdg = ipc.readSW(0x582) – Gets current TRUE heading, in same units as AP Hdg
    hdg = hdg - ipc.readSW(0x2A0) – convert to MAGNETIC by subtracting Mag Var
    ipc.writeSW(0x7cc, hdg) – write to the A/P Hdg bug”
  3. save file in FSUIPC main folder as “currheading.lua” without the quotes
  4. restart FSUIPC and choose “Lua Currheading”

lua

with thanks to https://www.mobiflight.com/forum/message/21141.html

1 Like