Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    12,260
  • Joined

  • Last visited

  • Days Won

    249

Everything posted by John Dowson

  1. Well, it is NOT a problem. When you installed, you selected to install the auto-start option, so then obviously FSUIPC7 will be auto-started with MSFS. If you do not want that behavior, then you need to install without this component. This option is ONLY available during installation as this installs a component in the MSFS EXE.xml file to get MSFS to auto-start FSUIPC7. Fine, but why did you even install it in the first place? John
  2. I have moved your post to a new topic, as this is not related to the topic that you originally posted in. Why are you running luas when MSFS is in the main menu? FSUIPC7 only fully functions when you have an aircraft loaded and the camera system is out of the menu system. The ipcInit.lua should only be used for any one-off initialisation you need to perform, it should not wait for events. It won't. Why do you want to do this? Are you doing this outside of the main menu? FSUIPC7 should not process button assignments when MSFS is in the menu system. Things have changed quite a bit moving from FSX/P3D to MSFS, especially with the new menu system. FSUIPC7 is really designed to work with an aircraft loaded and ready-to-fly, and you should not be doing much, if anything, with FSUIPC7 when MSFS is in the main menu. If the auto-luas are not started, then that would be an issue. If that is the case, can you please show me log files for this.
  3. Strange question - did you not see the link I posted above? The download link is in that post which starts 'Please find below a link...'
  4. I have released a beta version of the next release with the PMDG 777 offsets enabled if you would like to try it: John
  5. I have released a beta version of the next release with the PMDG 777 offsets enabled if you could try it: John
  6. I have released the next version (which contains a fix for this bug) as a beta if you would like to try it, available here: John
  7. I have released a beta version of the next release with the PMDG 777 offsets enabled if you could try it:
  8. I have released a beta version of the next release with the PMDG 777 offsets enabled if you could try it:
  9. Offsets are just a 65535 byte memory are in FSUIPC, starting from 0000 and going to FFFF. No. An offset address is just a memory area. Offset address can be populated from reading simvars or lvars, cna be used internally by FSUIPC or can be used to hold client data from specific aircraft (only PMDG airliners supported for this). The client data held in offsets is based upon the the data structures provided by PMDG, but this data is split into different offset areas. See the specific PMDG offset data documents for how to access PMDG data via offsets. Note that in the current release of FSUIPC7, only the offsets for the PMDG 737 are enabled. I have enabled the offsets for the 777 now and will be releasing this shortly (i.e. in the next few days) , as 7.4.14. Take a look at the FSUIPC7 Offset status document, and also the specific offset documents for PMDG aircraft. I have attached the one for the PMDG 777 below. Not sure what this means. You can read any offset at any time, but whether that offset holds any relevant data depends on the offset and possibly the aircraft loaded. The PMDG offsets will not hold any relevant data for the 777 until I have enabled this (the next release), but they will hold data for the 737, if enabled both n FSUIPC7 and in the aircraft itself. John
  10. There is a known issue with the WASM that has been identified and fixed, although this fix has not yet been released (officially) - see the following post where the fix is available: I will be releasing this fix officially in a couple of days, with the next version of FSUIPC7 (7.4.14). This just sounds like windows is not giving much time to FSUIPC7. This can happen if you have a lot of logging enabled and are logging to a HDD (and not an SDD). You can send logs if this happens, but I doubt they will show anything. John
  11. I am currently looking into adding/re-activating the PMDG 777 specific offsets. They will be available in the next release of FSUIPC7, which I am currently planning on releasing towards the end of the week. John
  12. This is because you have installed the FSUIPC7 auto-start component. If you do not want FSUIPC7 to start with MSFS, re-install and de-select the auto-start component (there are two distinct methods of using auto-start - make sure both are unchecked). 'Open on Start' means to open the FSUIPC7 main window on start-up. Usually it starts iconised to your system tray. Yes, you come across as very impolite. I provide a lot of documentation with my software. You should at least try looking at that before posting. Try starting with the Installation and Registration guide. You should also actually look at what you are installing - it should be obvious that you are installing a component called 'Auto-Start'. John
  13. Thanks for the update. Not sure why an earlier version would work. You do have your DetectToConnectDelayAuto ini parameter set quite high, which means that it will take a short while (2mins) between when FSUIPC7 is started and when it will connect to the sim (and thus be ready for use). It will reduce gradually over time (auto-tuning wiil do this), but maybe better to set this to a lower value (in your FSUIPC7.ini file) and let FSUIPC7 tune itself from there, e.g. set DetectToConnectDelayAuto=60 John
  14. The problem with this is that the flight would already have been loaded/started by the time the lua is started, so this function will only be called if/when a new flight is loaded. Lua scripts are not started until AFTER the aircraft (and also initial flight data) is loaded and once lvar/hvars have been received,
  15. There is no 'key assignment package'. If you are referring to the MF preset list, I only update this on each release. If there are some new MF presets that you wish to use not available in the preset file (events.txt) installed with FSUIPC, such as the PMDG 777 presets, then you should download and install this yourself from the MobiFlight HubHob sight (https://hubhop.mobiflight.com/presets/). Attached is the latest file, but please learn how to update this yourself. John events.txt
  16. This is almost certainly due to the fact that you have not selected No repeats! on the assignment, so multiple toggle controls will be being sent. If you activate logging for Buttons & Keys and look at your log then you can confirm this. It is always better to assign toggle controls with no repeats enabled.
  17. That is strange then. Maybe try logging the rudder position, as well as steering well tiller position, to check that these are not having an effect. You can set the centre position wherever you like, but I don't think this will help, as no rudder is sent when at the central position, and if it was setting a little right rudder when central, then this would also effect the rudder when in flight, no? You could maybe have a small lua script that will apply a little right rudder when rudder central and you are taxiing. I haven't noticed this, but I don't fly those aircraft except for testing purposes. I can take a look in to PMDG and ATR later to see if I notice any drift.
  18. Not sure what you mean by 'without FSUIPC7' - without FSUIPC7, how can you read the offsets? Anyway, the list of data available for the PMDG 777 is detailed in the header file - PMDG_777X_SDK.h in the Documentation\SDK folder of your PMDG 777 Community installation folder. I am currently working on adding the PMDG 777 specific offsets to FSUIPC7, and I will release this next week. I have attached the document for the 777 but this is still a work in progress so may be updated again before release. Can you also post in the FSUIPC7 / MSFS sub-forum for all questions related to FSUIPC7 / MSFS. John Offset Mapping for PMDG 777.pdf
  19. Ok...I have PM'ed you a trial license, but this will be the last one. John
  20. Ok. But as you are using an unregistered version of FSUIPC7, FSUIPC7 is not doing anything with your hardware at all and so your issue is nothing to do with FSUIPC7 anyway. John
  21. Can you show me/attach your FSUIPC7.ini and FSUIPC7.log files please - attach them once you experience the issue and have exited FSUIPC7.
  22. You already tried the trial license in October 2023. Why do you want to trial again?
  23. No, not at the moment. I will add a File -> Reload Presets menu option in the next release. John
  24. Ah...that is interesting... Do you have this more or less working then? The main problem with using RC with MSFS, or so I thought, was the display of messages and menus which isn't working correctly due to the broken SimConnect_Tect functionality in MSFS. I would be interested to know if this is working, or how you got this working.... Which offsets is RC reading for the METAR information? Offset 0x0EC6 is incorrectly flagged as not available in MSFS, but I have checked the code and that offset should be populated. However, the weather offsets starting at 0xC000 are disabled in MSFS, so I am not sure spoofing a read to that area will work. Id RC reading the (sea level) pressure at offset 0xC028 then? And doesn't it require the altimeter pressure, not the sea level pressure?
×
×
  • 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.