Jump to content
The simFlight Network Forums

Luke Kolin

Members
  • Posts

    378
  • Joined

  • Last visited

Everything posted by Luke Kolin

  1. Thanks, appreciate it! Cheers
  2. I am reading LVARs using FSUIPC (6 and 7). John, do you know the expected behavior if we attempt to read an uninitialized LVAR? We have been getting some random results and curious if there is an expectation of a zero value or just random memory contents. Cheers
  3. 30C0 and 30C8 should give you what you need. Cheers
  4. I may be confused here, but from your AVSIM thread wasn't this being triggered on a flight save, with the PMDG aircraft? Cheers
  5. Yes, that was my error. I'm debating whether I want to roll that back or if an FSUIPC release will be soon.
  6. Sorry for the delay - the changes appear to be working correctly. Thank you! Cheers
  7. Thanks! I'll give this a whirl. Cheers!
  8. Thanks John! Looking forward to testing this. Cheers
  9. That's actually the reason for my question - what is the difference between "Pause Set" and "Pause On"? I have users reporting that the sim is not paused when pause set is toggled. Cheers Luke
  10. Sorry to bump an old thread, but has anything changed in this area? I am trying to detect MSFS, and it feels like 0x264 is a bitmap, but I am unsure what the bits mean. Cheers!
  11. Search the Windows start menu, or select Run and then "eventvwr"
  12. Where does one download that version? It doesn't appear to be available on prepar3d.com. Cheers Luke
  13. I would also enumerate what add-ons you are using. Any REX products? Cheers!
  14. It's been way too long since I did this regularly, but if the data element increased in size from 8 to 16 bits, wouldn't the offset stay the same and just the following three increment by one? I was reading 16-bits from 6C8D before and not getting a good answer. If AircraftModel is the only element in the SimConnect structure that changed, why did its offset change? Cheers!
  15. PMDG has apparently changed their SimConnect API a little (AircraftModel is now 16-bit, not 8-bit) and this has cased some cascading issues downstream. I'm getting zeroes for all offsets above 6c64 (that's as far upstream as I have checked) and I am certainly not getting the Aircraft model. I am enclosing the latest header file. When you get back John, can you check if FSUIPC 7.3.12 still works with the newest PMDG 737 for MSFS? I have 3.0.54 and am happy to validate test builds. Cheers pmdg_ng3_sdk.h
  16. SimConnect appears horribly broken. Not surprising that neither GSX nor FSUIPC are working. Cheers
  17. This has been a problem with PMDG for ages. They freeze the sim for a while when the sim saves the flight. I would report it as a bug, just to see how quickly they reject it 🙂 Cheers!
  18. Taking MobiFlight out of the equation, is the offset returning the correct value? From your earlier thread I feel like you have a MobiFlight problem, not FSUIPC. Cheers!
  19. Is this the same as here- https://www.avsim.com/forums/topic/613556-fsuipc-offsett-auto-pilot-captain-course-reading/ Does offset 0x0C4E return the correct value? Cheers!
  20. Look in the header file that is provided with the SDK; it should list the control number. You will also want to look at the MOUSE_FLAG constants to see what value to pass to the control. Cheers!
  21. You can't just use 1 and 0, the SDK has constants for simulating left and right clicks. Cheers!
  22. John, you may want to change the links to be HTTPS, if they aren't already. That seems to be the issue. Cheers!
  23. I tried searching but I'm obviously using the wrong terms. Is there an offset in FSUIPC7 that can tell me if it is connected to the simulator? Cheers!
  24. Sorry this dragged a bit. Thank you Pete for the information - I'm matching via the driver rather than Vsync but I suspect it's having the same effect on the P3D (it's in the driver rather than the sim, set to infinity here too). Feedback from the affected user has moved into broader issues which makes me question the sim configuration on his end, but I have a question - is there an enumeration of what offsets are being used by third parties? I'm using the range from 66C0 to 66FF for reading LVARs, but I assume if I'm not the only one playing in that space it may cause issues. I'd prefer to have a 64-byte block of offsets but I'm unsure as to whether I can reserve such a block or at least make it user configurable so that it can be adjusted around a bit based on what other add-ons the user is using. Is there a listing of what's reserved in the 7300, 7840 and 8600 blocks, are there more these days and can I get 64 bytes for my software? Cheers!
  25. Thanks for that - the good news is that I can replicate it myself so I'll give you what I know. I'm using P3D v4.5 and FSUIPC 6.0.14 on Windows 10. 1) Thanks for the information on LVAR reading. I do read LVARs extensively, but it greatly depends on the detected equipment. Aircraft such as the CS757/767 or the PMDG MD-11 extensively use LVARs for autopilot state so I read them regularly, but I've noticed this issue with the PMDG 737 and 777 which uses offsets (thanks!) and so my LVAR reading is only every five minutes or so to refresh some different state/capabilities variables. (Oddly enough that call rarely blocks for long.) 2) Just so I am clear, if I'm setting the frame rate limiter in the driver (via NV Inspector?) I assume that does the same thing as the internal P3D limiter or vsync? I'm never getting below 15 or so fps, but with the limiter never above 45. Cheers!
×
×
  • 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.