Jump to content

F343G

Frozen-Inactivity
  • Content Count

    5
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

2 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    none
  • Virtual Airlines
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Sunny Andonov You're welcome! Have a check through your FSUIPC settings, make sure all the logging is off and see if it works, it solved the lag problem for me.
  2. @Sunny Andonov The file looks to be in the correct directory, but I don't have P3D so I can't confirm what the functions are for the P3D version PMDG. I think the P3D version most likely has different names for th functions. You can try to find the function name in the actions.lua file in the same folder. eg. for the VS function for the PMDG777 in actions.lua: function PMDG_AP_VS_inc () ipc.control(69854, 128) PMDG_AP_VS_show () end The bolded line is what you need to rename it to, this should work for every aircraft that already has a LINDA module You will still need to assign the User functions in LINDA to the correct buttons. Hope this helps!
  3. Thanks for the response, it's strange but the problem seems to have solved itself! I had FSUIPC logging for Debug/Trace lua plugins checked yesterday to help with re-writing a user.lua when the issue occured, I had left it checked even as I restarted FSX & reloaded LINDA multiple times while troubleshooting the input lag. Today while troubleshooting, in fault diagnosis there weren't any red error lines, and I happened to uncheck the log settings in FSUIPC, and suddenly the issue was gone! I tried to re-create the lag by checking the log options in FSUIPC again, but now I'm completely unable to replicate it. I'm using FSUIPC 4.975a, just freshly registered yesterday. Thank you for developing this software, now I can use my Bravo to its fullest!
  4. Hi, I recently managed to get the configurations for the Bravo + PMDG figured out as in my post on the other thread, but I am facing an issue with input lag on the PMDG specific functions assigned to the Bravo through LINDA. I am running FSX-SE, and LINDA 3.1.1.854 which I have only installed just today for the Bravo with the PMDG. 1. This issue is affecting me for all PMDG aircraft that I have installed (747, 777, 737), but does not affect other aircraft at all. 2. Besides just MCP functions, other PMDG specific ones lag as well (eg. Autobrake increase/decrease which I mapped to the small flap lever buttons, AP master switch, fuel cutoff switches) 3. It does not however affect functions of default FSX on the PMDG aircraft (eg. parking brake). 4. It does not affect my Honeycomb Alpha, nor my Logitech Radio Panel. I've tried with both disconnected. 5. I have the Honeycomb configurator installed, it affects both the default and custom profiles. I've also tried with it uninstalled. 6. I've got a friend who installed the exact same files as I did (I copied my folder of LINDA files and sent it to him), but he doesn't have the same lag issues on the PMDG777, and was on the default Bravo profile. Any help would be much appreciated. Thank you!
  5. Thank you very much @vanzunator, wonderful work! Not a programmer here but after looking around, I've managed to edit them to work with the PMDG 777 and 737 as well after some investigation. @ESzczesniak Sorry I don't use github, but where the 747 file has the following:, MCP_VS_SELECTOR_dec() MCP_SPEED_SELECTOR_dec() MCP_ALT_SELECTOR_incfast() MCP_HDG_SELECTOR_inc() EFIS_CPT_BARO_inc() You just need to change the following (for both inc & dec) 737: NGX_AP_VS_inc() NGX_AP_SPD_inc() NGX_AP_ALT_incfast() NGX_AP_HDG_inc() NGX_EFIS_BARO_inc() 777: PMDG_AP_VS_inc() PMDG_AP_SPD_inc() PMDG_AP_ALT_incfast() PMDG_AP_HDG_inc() EFIS_CPT_BARO_inc() I am facing a different issue however with the PMDG aircraft, my input through the Bravo/Linda lags horribly, not just the dials but also the other buttons, and I can't make proper adjustments as a result. This doesn't happen with the QW787. I'm running FSX-SE with Linda 3.1.1. Does anyone face this issue as well?
×
×
  • Create New...