
John Dowson
Members-
Posts
13,216 -
Joined
-
Last visited
-
Days Won
270
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
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).
-
I'll take a look at this and get back to you. John
-
Registration FSUIPC. How to?
John Dowson replied to Emile's topic in FSUIPC Support Pete Dowson Modules
Hi Emile, You can retrieve your registration details from your SimMarket account. John -
😄 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)
-
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.
-
For AP issues with the A320, please also note the following post from Asobo: John
-
For AP issues with the A320, please note the following post from Asobo: John
-
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
-
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?
-
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?
-
Kaspersky detects FSUIPC7.bat as a virus
John Dowson replied to speedbird144's topic in FSUIPC7 MSFS
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. -
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/
-
If you have installed the web-socket server, there should be a menu entry that takes you to the on-line manual.
-
Then I'm sorry, I don't know what the issue is or could be.
-
Then maybe its just the character set? For the FSUIPC SDK, you need to compile with a multi-byte character set, not unicode. John
-
I'm not sure what 'GPS button' you are referring to, or in which aircraft. Best to just try and see.
-
Ok, I can now confirm that 64-bit compiled programs work ok with the 32-bit WideClient.
-
Problems compiling this, sorry. So, does your software work with WideClient when recompiled with the 64-bit lib?
-
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
-
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.
-
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').
-
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
-
WideClient is 32-bit (all versions). Its seems unclear if this would work with a 64-bit client. You can re-compile against the 64bit SDK and try it. But 32-bit clients work fine with all versions of FSUIPC and WideFS, so you can just stick to 32-bits unless you have other reasons to move to 64-bit. Sorry I can't give more information. I'll do some testing on this at some point as I'd also like to be clear on this (i.e. 32-bit/64-bit client with 32/64 bit WideFS or FSUIPC) but I have a lot to do at the moment (and for the forseable future!) so haven't really got time to check this any further at the moment. If you do rebuild you client as a 64-bit one, please let me know if it works ok with WideFS/WideClient. John
-
What version of FSUIPC7 are you using? The use of the numpad keys was corrected with the release of the MSFS SDK 0.8.00 and updated in FSUIPC7 v7/0/2 release on the 28th November. If not using that version, please download and try with that. I'm not sure I understand this question. Yes, there is no access to lvars at the moment, but SPEED_SLOT_INDEX_SET is an event/control, which you can send using lua via ips.control and provide the parameter needed. John