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. What aircraft are you using - the FSLabs A320? I don't have that aircraft so cannot reproduce here. What function is your rectangle id (0x40000039) activating? I've tried here using an A2A Cherokee and cannot reproduce, even with no delay, and have tried various multi-mouse operations. Can you try see if you can reproduce with a default aircraft so I can reproduce here? John
  2. Good to know its now working. Profiles are for aircraft, so that you can have different assignments/settings for different aircraft. It pretty much works right out of the box if you load an appropriate profile for your aircraft. Still, always best to check the user manual! Are you referring to the set-up wizard in SPAD.next? You can use SPAD.next with or without FSUIPC. You can run without if you don't need it. The original SPAD requires FSUIPC. Cheers, John
  3. I downloaded SPAD, ran the installer, then ran the SPAD.exe. It recognised my switch and multi-panels without a problem. I then started FSX-SE, and loaded the Mooney Bravo. Tried the flaps switch on the multi-panel, and it operates the flaps without a problem. I therefore do not know what your issue is. It may be the Saitek drivers and/or software. As I said, best to remove these completely from your system. Btw, what aircraft are you using? Have you tried with different aircraft? John
  4. Hi, can you please try the attached dll: FSUIPC5.dll I've added a new function called ipc.mousemacro, taking two arguments, the first being the rectangle id as an unsigned int, and the second the mouse operation. e.g. ipc.mousemacro(0x25C01807, 13) I've not added much (any!) error checking yet, so please use/test with caution. Cheers, John
  5. I've not used SPAD before. When I get a chance over the next few days, I'll download it and take a look to see if I can get it to drive my multi-panel in FSX-SE and let you know. I recommend that you first uninstall any Saitek drivers or software. Also try SPAD.next - it is a different product to SPAD. SPAD is freeware and SPAD.next is payware, but you get a 14 day free trial license so I suggest you use that. Set-up in SPAD.next is also pretty straightforward and then are free profiles available for many aircraft. Also make sure that you have the latest version of FSUIPC4 installed (available from www.fsuipc.com). John
  6. I guess FS RAAS 2.0 may be using the sound interface provided by FSUIPC at offset 4200. However, there is nothing related to volume in those offsets. Presumably you have sound but just want the volume increased, no? And you have tried the standard windows volume control, or the volume control used by whatever is driving the sound card? If you've checked those, then I suggest that you contact FS RAAS support. Cheers, John
  7. No idea. What does this have to do with FSUIPC? ...later: can you not just increase the volume on whatever device the sound is being played through? FSUIPC has no control over the volume on a sound device.
  8. Its the software that you are using to drive the Saitek multi-panel that I am interested in - did you try SPAD or SPAD.next? Did you install the saitek drivers as well or not? Best not to, and uninstall if installed. I am not interested in a pic of his stuff - this won't help in his problem with the multi-panel. John
  9. I use SPAD.next, not SPAD. You don't provide much detail on what you are using or what your problem is. If you can provide more info, I can possibly check here as I have the Saitek multi panel, although I don't have FSX, only FSX-SE. John
  10. Hi Rob, I've added further logging in the attached if you could try please: FSUIPC5.dll Thanks, John
  11. I don't see a problem adding this, but it may take some time as I'm quite busy at the moment....I'll flag this and add it to the list. I'll post again here when I have something for you to test. John
  12. You intercept SimConnect events (also known as controls in FSUIPC, slightly confusing) not named functions (whatever they are!) with the lua event.control function. See the FSUIPC Lua Library.pdf in your FSUIPC documents folder. In the function called on the intercept, you can then do whatever you want (thats available!) - for example, send different events/controls using ipc.control (also documented in same pdf previously mentioned), read/write to offsets, etc.. Not quite sure what you mean by this , but if you mean a custom event, then yes (via ipc.control as previously stated). Cheers, John
  13. Hi Rob, could you try the attached please: FSUIPC5.dll Thanks, John
  14. Hi Rob, I've added some extra logging in the attached dll - could you try this and post both your FSUIPC5 and WideServer log files: FSUIPC5.dll Thanks, John
  15. Hi, you posted in the FAQ section - please post support requests in the main forum. Usually such issues are caused by incorrect permissions - can you check that if you are running your sim with administrator privileges then you are also running your other apps with the same privileges. Please check that first. If thats not the issue, more information is required - your FSUIPC log file for a start, and the errors you are getting from the apps trying to connect. John
  16. Hi Andrew, no, you don't need WideFS - as I said, this is used to allow client applications running on a different (network connected) PC to communicate to FSUIPC (and thus the FS) over the network. FSUIPC5 is a different product to FSUIPC4 (as the former is 64bit and the latter 32bit) and will require a new license. I believe there was initially a special upgrade price from FSUIPC4 to FSUIPC5 (before my time I'm afraid) but this is no longer available. Cheers, John
  17. I'm still using VS2017 for FSUIPC5, and the build shouldn't have changed. Worth trying with 5.152 though, but I would be surprised (and worried!) if it was the 5.153 build. John
  18. First, you posted in the FAQ section - I have moved your post, but please post all support requests here in the main support forum. For P3D v4.5, you need FSUIPC5 (available from SimMarket). WideFS is a separate product for extending the FSUIPC interface to other PCs on a network to allow appropriate application programs to run on separate PCs. Cheers, John
  19. Hi Luke, sorry, you are correct - the numbers were strange as they were written as 32bit floats instead of 64 (and some conversion was applied). Please try the attached dll where this has been corrected. The lat/long/alt are in the format as received from P3D with no conversion, which is lat/lon in degrees and alt in feet. Not sure what the format of 05B0 and 05B8 was at the moment- I'll check this. Cheers, John FSUIPC5.dll
  20. Btw, you need to look into the PMDG SDK PMDG_777X_SDK.h file to know how to interpret the PMDG offset data. John
  21. Hi Luke, first, apologies for the long (!) delay with this... Took another look and found that there is a simvar called ACTIVE EYEPOINT LLA which I've now added to populate offset 83BC. Please try the attached dll below and let me know. Thanks, John FSUIPC5.dll
  22. Hi Joe, so I think you need to look at the PMDG 777 offsets - see the document Offset Mapping for PMDG 777X.pdf. You should be able to determine the messages from these offsets. This post shows that they can be used to get the messages, although its for the 737 and is using Paul Henty's clien dll for c#/.net: Cheers, John
  23. Yes, that does sound strange! And nothing to do with FSUIPC! Thanks for the update, John
  24. FSUIPC should not affect your FPS. If you rename the FSUIPC5.dll (to something like FSUIPC5.dll.unused) so that it is not loaded, does your fps go back to its previous level? John
  25. The name, email address and key must be entered exactly as shown in your SimMarket registration email - best to copy and paste. If you still get issues, PM me your details and I'll check them for you (don't post them publicly). Thanks, 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.