Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,443
  • Joined

  • Last visited

  • Days Won

    278

Everything posted by John Dowson

  1. Yes, but there are various GPS systems as you state, and the GPS systems work differently, say, in the A320Neo compared to other aircraft. Maybe, but as I say it can be aircraft and/or GPS system specific.
  2. Are you running the lua? The best way to run that style of lua would be to add it to the [Auto] section of your FSUIPC7.ini file. See p40 of the User Guide. John
  3. It shows that you are still on version 7.0.0 - you should download and install the latest version which is v7.0.2. Your log file is so large as you also activated logging for reads & writes, as well as Axes controls - you didn't really need to activate those. Also, as its only a text file, you can always zip it up before attaching - although not needed now your issue is resolved. Otherwise your ini doesn't show much - you only have 3 button and one key press assignments (and no axes assignments).
  4. I'll take a look at this and get back to you. John
  5. Hi Emile, You can retrieve your registration details from your SimMarket account. John
  6. 😄 Ok, thanks for reporting back - was just about to take a look. I thought that applying toe brakes automatically disabled the parking brake though, but I guess that depends on the aircraft (and maybe the FS)
  7. Ok, thats the one I tested with in the DA40 and I thought it was working. However, I've just checked again and you are correct - there doesn't seem any control available for this yet. Not sure how or why I thought this was working a couple of days ago....sorry about that. I've tried a few other controls & offsets but they all seem to operate on the electric master and not the engine master. And there seem to be no specific MSFS internal controls to handle this eother. I expect this is something implemented in the aircraft guage code and will need access to lvars (or other variable types) to control.
  8. For AP issues with the A320, please also note the following post from Asobo: John
  9. For AP issues with the A320, please note the following post from Asobo: John
  10. Hi Barry, could you attach you FSUIPC7.ini file please and I'll take a look. If you could also activate logging for events and buttons, load an aircraft and produce a short log file (FSUIPC7.log) exhibiting your issue and also attach then that would be helpful. John
  11. That would run with one unknown parameter of '/Water /+Q' - try "<P3DRoot>\makerwys.exe" "/Water" "/+Q"
  12. Which aircraft is that then? There are many MSFS aircraft, but I didn't realise there was a default one.... But they are just the controls/events exposed by SimConnect. I don't know if any of those general GPS button assignments are linked to anything, but that would depend on the aircraft and GPS system in use. What GPS button in which aircraft are you trying to operate?
  13. I'm not sure what you have done but you have no axes assignments at all, either general or profile specific. Please try setting up your axes again in your profile. Before doing this, you should change this ini section: To this: [Profile.747] 1=PMDG 747 This will then match any aircraft with 'PMDG 747' in the title to your profile (as you have the default ini paramater ShortAircraftNameOk=Substring set) There was a correction from v6.0.10 to v6.0.11 that should have prevented assignments being lost when not importing general assignments into a profile. Maybe you did this with v6.0.10 before installing v6.0.11?
  14. Strange. The same python SDK has been included with FSUIPC5/6 for many years without issue. Lets see what they say. Malwarebytes also seems to have some false positives with FSUIPC7, but I think with the .bat file.
  15. When installed, its integrated into FSUIPC7. Run FSUIPC7, and look in the Add-ons->WebSocket Server menu, There's an Online Help menu entry that takes you to http://fsuipcwebsockets.paulhenty.com/
  16. If you have installed the web-socket server, there should be a menu entry that takes you to the on-line manual.
  17. Then I'm sorry, I don't know what the issue is or could be.
  18. Then maybe its just the character set? For the FSUIPC SDK, you need to compile with a multi-byte character set, not unicode. John
  19. I'm not sure what 'GPS button' you are referring to, or in which aircraft. Best to just try and see.
  20. Ok, I can now confirm that 64-bit compiled programs work ok with the 32-bit WideClient.
  21. Problems compiling this, sorry. So, does your software work with WideClient when recompiled with the 64-bit lib?
  22. Sorry, that doesn't make sense. ipc.control is for sending controls. A read from an IPC (Inter-Process Control) is the same as reading from an offset...all the IPC means is that its in a different process. Sorry, I'm confused as to what you mean by IPC here. You just read and write values to an offset, it doesn't really matter where the read/write is coming from. Well, I am still not clear on what you are saying or trying to do! A control/event is a command - it is sent to the sim. The offset area contains information (sim variables) received from the sim, and also a writeable area that updates these either directly or via using commands/events. Did you download and try the latest version with you numpad key assignments? John
  23. Pete's found a 64-bit TrafficLook client and is testing now....I or he wil let you know shortly... Yes, you can use that. Its built on top of the .net dll client, which (I believe) is built on top of the 32-bit SDK, so it will be using the same under the covers.
  24. Its a problem with the model then. I suspect that the event is for a general model for all aircraft, and there is no specific check on this on what the actual aircraft model has. Yes, it will depend on the offset. Some offsets are updated by updating the sim variable directly (identified as 'Ok-SimC' in the offset documentation), and some use events/controls (documented as 'Ok-SimE').
  25. This is expected. Why is this frustrating? If you have FSUIPC open, you do not need to access P3D. FSUIPC blocks visibility of your devices (all controllers including keyboard and mouse) while it is active so that you can assign to these without them having an effect on the sim. 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.