Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,676
  • Joined

  • Last visited

  • Days Won

    287

Everything posted by John Dowson

  1. No. Updating FSUIPC does not change any of your assignments.
  2. I'm sorry, what does this mean? These were populated the last time I checked.... The topic of this post is 'IS GEAR FLOATS'. If you have other issues/questions, can you please raise them in a separate topic.
  3. Sorry but I'm not sure what you are asking or trying to do. Are you using FSUIPC7? What is 'SendControlToFS'? The control available in MSFS are listed in a document in the FSUIPC7 documents folder called 'Controls List for MSFS Build 999,txt'. However, some controls listed are accepted but not implemented.
  4. @imperial321 Please try the attached version, v7.2.4a. The show/hide hotkey should now also restore the FSUIPC7 main window if minimised on this version. FSUIPC7.exe John
  5. To clarify, I will add the following simvars: IS GEAR FLOATS IS GEAR SKIDS IS GEAR SKIS IS GEAR WHEELS to a 1-byte bit-oriented offset. I can post a version here for you to test, if you let me know which version you are using. John
  6. Currently not. It is listed in the offset spreadsheet document (for FSUIPC7 / MSFS), but it has not yet been allocated to an offset. I can add this for you (if using FSUIPC6 or FSUIPC7 - other versions are closed for development). Which version are you using? John
  7. When you minimise, it goes to the task bar not the system tray. To get the window back from the task bar, you have to click the FSUIPC task bar icon. If in full screen mode, you would have to exit this first using alt+enter. As Pete says, best to close to the system tray instead (either by clicking the X close button or the File -> Close menu option), especially if using MSFS in full screen mode (i.e. no task bar). I will look into also un-minimising from the task bar with the open/show hotkey.
  8. FSUIPC just logs all events seen by SimConnect. Many aircraft (more in MSFS2020) and especially add-on aircraft can continually log events. Also, some controllers (notably the new Honeycomb bravo and alpha) have always on buttons, which, if assigned in the FS (FSUIPC assignments don't have this problem) can also continually be activated and send such events. So, if the controls are something that is actually being sent by one of you assignments, then you need to look into which button/assignment is sending those and check that assignment. If it is just something that the a/c model is using internally, then you can ignore such events using the DontLogThese ini parameter. Check the Advanced User guide for details. It goes in the [General] section, and for some versions of FSUIPC it can also be used in the [Profile.xxx] sections, but I can't remember off-hand if I added that in FSUIPC5 (for sure in FSUIPC6 and FSUIPC7). John
  9. Did you check available lvars? The following are available (in the FBW mod version): A32NX_ECAM_ALL_Push_IsDown A32NX_BTN_TOCONFIG A32NX_BTN_CLR Not sure about the stock A320Neo. The MobiFlight spreadsheet is a good source of information on lvars, hvars and calculator code to use - see https://docs.google.com/spreadsheets/d/1jTXlcHaJWx0B7TB63Pmma7bKwpxsxXJO6EJ3ECt7zpc/edit#gid=172455454
  10. New one posted, valid until 5th August.
  11. No, as FSUIPC4 was closed for future development quite a while back.
  12. There was an issue processing the command when enclosed in quotes which resulted in the parameters not being passed. I'm surprised this issue hasn;t been picked-up before - it must have been there for years!
  13. Btw, you have set-up all your assignments in a profile, and don't have any general assignments for axes or buttons. It is generally better to set-up a general profile first, for all your main axes and button assignments. Then you can create profiles with this as a starting point, and change/add whatever is needed for that profile. Doing it this way, you will at least have basic controls assigned for all aircraft. As it stands, if you load any other aircraft apart from the Cessna 152, you will have no assignments.
  14. Your log shows multiple conflicting throttle axis controls being sent: Looking at your assignments, you have the throttle set on 2 of your TPM axes: Try deleting one of those, probably the second one - best to use direct settings and calibrate.
  15. Ah, ok. Yes, that will be the issue. The installer (and FSUIPC) doesn't support unicode. Thanks, John
  16. It will do that - its not an issue. Please try again, let it uninstall and then re-install. Thanks.
  17. You should still install the SPs. They mainly contain bug fixes and improvements, and shouldn't bloat the system too much. You can always uninstall any bloatware and disable specific components/services that you don't use or need.
  18. Btw, if thats not the issue, can you show me your FSUIPC7.log and FSUIPC7.ini files.
  19. Here's the FSUIPC6 version, v6.1.3a: FSUIPC6.dll
  20. Sorry - you are on FSUIPC6 not 7! I will update in FSUIPC6 and post shortly. John
  21. Glad you sorted the problem. However, I don't know why the installer couldn't validate your key and generate the key file. If you run the installer again (in won't do any harm) the registration fields will be pre-populated from the key file that you created. Does it validate ok when you do this? If not, it doesn't matter as you have a key file, but if thats the case could you let me know your order number so I can check it here. Thanks.
  22. Could you you the attached version please. Note that the program must always be wrapped in double quotes if it takes parameters. FSUIPC7.exe
  23. Sounds like your throttle has somehow changed to a digital on/off device in the registry. See Before you try that, you could activate logging for axes controls to verify that the values been sent on your throttle axis are 0 or 16383 (i.e. on/off). John
  24. I have just noticed this: That is the old method of accessing lvars via FSUIPC offsets. You should try the newer method using the MSFSVariableServices class. See John
×
×
  • 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.