Page 1 of 1
FSUIPC: Heading Bug
Posted: Sat Dec 28, 2019 8:06 am
by mml
Hi,
I have assigned the heading bug to knobs of my Joystick with FSUIPC (latest version). Though the aircraft changes direction when I invoke the knobs, the bug does not move in MFD and PFD.
Regards, Michael
Re: FSUIPC: Heading Bug
Posted: Sat Dec 28, 2019 9:19 am
by Guenseli
It is not easy, took me many hours to find out, but have found it probably now:
the bug is moved by sending Variable "AP_EVENT", 69834 for increasing as example. And so you have to find for the other functions.
Let me fiddle some days, I suggest you wait for the LINDA module for the KA350i I currently make.
Re: FSUIPC: Heading Bug
Posted: Sat Dec 28, 2019 9:49 am
by mml
Ok, good to know and thank you for your time invested in this issue.
Michael
Re: FSUIPC: Heading Bug
Posted: Sat Dec 28, 2019 10:52 am
by Guenseli
And you need much more.
For LUA the code looks like
function B350i_AP_HDG_Bug_inc ()
ipc.writeLvar("B350i_AP_APSelFastInc", 0)
ipc.writeLvar("AP_EVENT", 69834)
ipc.writeLvar("XMLSND2", 1)
B350i_HDGBugRot_cw ()
B350i_Displ_FLT_info ()
ipc.writeLvar("B350i_AP_APSelFastInc", 0)
end
just to increase the HDG bug