Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,252
  • Joined

  • Last visited

  • Days Won

    270

John Dowson last won the day on June 16

John Dowson had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Spain

Recent Profile Visitors

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

John Dowson's Achievements

Grand Master

Grand Master (14/14)

  • Well Followed Rare
  • Reacting Well Rare
  • Conversation Starter Rare
  • Very Popular Rare
  • Dedicated Rare

Recent Badges

600

Reputation

  1. I can see the issue - the parameter is converted to an integer rather than a floating point value, so 0.5 is converted to 0. I will correct this. I could provide you with a beta version, but I have discovered a very strange issue that I need to fix before I can provide any more updates. For some (unknown) reason, all builds since sometime mid-April have an issue with showing the 'Find Preset' panel, and pressing the 'Find Preset...' button causes FSUIPC7 to CTD. Its a very puzzling issue - no code change and even re-building existing released versions, where there was no issue, now suffer from this problem. It is very puzzling - and worrying.... John
  2. Hmm, strange....I will take a look and get back to you.... Unfortunately I had a catastrophic crash on a windows (Insider) update last week and have had to re-install Windows, as well as MSFS, P3D, etc. As well as my development environment. No recent backup unfortunately either (the last one I had was from 2023!). So it may take a few days... John
  3. This is support for FSUIPC, not Mobiflight - try MobiFlight support (on Discord). John
  4. You can use a lua script to operate the mouse, but I would not recommend this. You would need to move the mouse cursor to the correct position before sending the click, and the position could change depending on the view. Note that the versions of FSUIPC for P3D and FSX had a mouse macro facility, for sending mouse clicks to specific 'mouse rectangles' defined in the aircraft. However, this facility is not available in FSUPC7 as MSFS does not support this. There are 3 different ways that you can achieve this: 1. Define your own preset to activate all of them (in the myevents.txt file) and use that. Just define the preset to send the calc code of each individual preset. I showed how to do this for the PMDG 777-300ER in another post: Not sure if they work in the 777-200. You can try them - or correct to use the 777-200 light presets if different. 2. Define a macro to send each light preset. Macros can be used to send multiple commands on a single button or key press - see the Advanced User guide for details un using macros. 3. Overload your assignments so that you have multiple preset assignments on the same button. To do this, assign the first preset. Then open the FSUIPC7.ini file and comment out the assignment (add a semi-colon after the '=' sign) and reload the assignments. Then assign the next preset. Then comment that one out. Repeat until you have all the assignments you require, then uncomment out the assignments previously commented out. When doing this, make sure that you edit the FSUIPC7.ini file with the button assignments panel open, and click 'Reload all buttons' when you have saved the changes, to reload the file. John
  5. Take a look at the offset mapping document for the PMDG 737 (Offset Mapping for PMDG 737NGX and 737NGXu.pdf) - note that you need to enable data broadcasts in the PMDG to have these offset populated. There is this offset (1-byte each, for each engine): or maybe this one: The current position of this switch is also held in offset 0x64FC: John
  6. You dont have to buy again - all upgrades are free. You just need to download and install the latest version. John
  7. Not sure. There have been previous reports of loss of power in PMDG aircraft, but I think these were during climb (and I think for the 737). This issue was identified as being caused by either flaps or spoilers configuration/calibration in FSUIPC, which sometimes doesn't pay well with FSUIPC unless configured correctly. See But as this only occurs with one variant, I doubt this is the issue. Not sure what to advise. You could maybe try logging the throttle lever position offset, the auto-throttle arm offset and maybe the engine N1/N2 values to see if that reveals anything. You can also attach your FSUIPC7.ini file here and I will check it to see if anything stands out, but I can't think of anything in FSUIPC which would cause such issues. John
  8. You files still show you are using an old unsupported version of FSUIPC7. please download and install the latest and only supported version. Your log file also shows that FSUIPC7 connected to MSFS. Sowhat exactly is your issue? If FSUIPC7 is not auto-starting, please see John
  9. No problem - permission granted (well, not even needed really!). You could also add it to the User Contribution section if you like, and/or I could include it in the FSUIPC SDK download. Let me know. Regards, John
  10. Please use the FSUIPC7 support sub-forum for all issues/questions on FSUIPC7 with MSFS2020 and MSFS2024. I have moved your post. Why are you attaching an installation log from win10 if your issue is with win11? That log file also shows you installed version 7.3.6. That is quite out of date - the latest version is 7.5.3. Please download and install that if you have not already. Only the latest vertsion is supported. What exactly is your issue? The title says that FSUIPC is not connecting - if that is the case, then FSUIPC will do nothing. I do not know what a MiniPanel or a MSFSPopup panel is, or what they have to do with FSUIPC. First, install the latest version of FSUIPC7. Run MSFS and let FSUIPC7 auto-start, and wait for MSFS to arrive at the main menu. Does FSUIPC7 connect? If not, you probably need to manually tune the auto-start parameters - this is described in the Advanced User guide, and also in the following FAQ entry: You can also try exiting FSUIPC7 and then starting it manually - does it then connect? Do you have assignments in FSUIPC? If so, your device GUIDs may have changed with the upgrade from windows 10 to 11, and your assignments may no longer be valid. If this is the case, please attach your FSUIPC7.log and FSUIPC7.ini files and I will take a look. John.
  11. Ok, but this may take a while...I have other series issues I need to look into, besides rebuilding my PC, before I can look into any further changes to FSUIPC7. John
  12. No, but I could add such a function. So there is no real issue - just ignore the message! Sounds like overkill - a lot of work for no real benefit.
  13. @Reco I see you posted over on Avsim for the dodsim *.evt used in the P3D version. Does this also work in the FSX version? If so, maybe you could attach it here for other dodsim users who come across this post. Cheers, John
  14. Does the lua continue or exit with that error? No. Input Events, like lvars, are aircraft specific. However, input event names may be shared between aircraft (although they will be different Input Events, and maybe with different values. That is what you have to do... If you want to use the same script with multiple aircraft, different Input Events, then just check the aircraft name (offset 0x3D00) and then use/set the name of the appropriate Input Event to use. You can always have a default Input Event to use if the aircraft is not known by the lua script, but if that doesn't work then you would have to edit the lua to add another condition to set the Input Event name for the new aircraft. Note I have had a severe crash on my development PC (after a Windows Insider Upgrade) and I currently have no access to the FSUIPC source or development environment. Therefore support will be limited for the next week or two while I rebuild my systems. John
  15. These errors are due to the fact that MSFS has crashed and is no longer available. As I keep telling you, there is nothing wrong with FSUIPC7. This needs to be fixed by Asobo.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.