Search the Community
Showing results for tags 'qw787'.
-
Hello! I try to make Lua script that connecting QW787 and VATSIM cliant (vPilot) but it does not function. Is there any idea ? Using P3Dv4.5, QW787 P3D v1.1.3 and registed FSUIPC5 Installed my lua into Prepar3D v4\Scripts folder like that QW787xpnder.lua local qw_xpnder = varget("L:QW_AFT_Transponder_Knob", "Enum") if qw_xpnder == 0 or qw_xpnder == 1 then ipc.writeSB(0x7B91, 1) elseif qw_xpnder == 2 or qw_xpnder == 3 or qw_xpnder == 4 then ipc.writeSB(0x7B91, 0) end put "FSUIPC5.ini" in Prepar3D v4\Modules folder as below. [Auto] 1=Lua QW787xpnde
-
Hello, I would like to know if is it possible to find offsets (of QualityWings 787) for some annunciators like the autothrottle mode. I have already tried these offsets: 0810 and 07DC but it doesn't work for QW787. I have also searched in QW787's LVars (like "AT_MODE" and "AT_ARMED") and in QW787 Linda Module but it sends controls to 65859 with the parameter of 0. Maybe can I go to the opposite way that is to read control 65859? I also saw that there is documentation for Offset Mapping for PMDG's aircrafts, so is it possible to have a similar documentation for QW787? Thank you in adv