-
Posts
378 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by Luke Kolin
-
Thanks, appreciate it! Cheers
-
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
-
Is Current Weight of Aircraft available?
Luke Kolin replied to Ray Proudfoot's topic in FSUIPC Support Pete Dowson Modules
30C0 and 30C8 should give you what you need. Cheers -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
Yes, that was my error. I'm debating whether I want to roll that back or if an FSUIPC release will be soon. -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
Sorry for the delay - the changes appear to be working correctly. Thank you! Cheers -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
Thanks! I'll give this a whirl. Cheers! -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
Thanks John! Looking forward to testing this. Cheers -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
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 -
MSFS2020 / FSUIPC7 - how to know if the simulator is in 'Pause' state
Luke Kolin replied to paulsk's topic in FSUIPC7 MSFS
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! -
Search the Windows start menu, or select Run and then "eventvwr"
-
FSX FSUIPC disconnecting from Simconnect
Luke Kolin replied to Delta777LR's topic in FSUIPC Support Pete Dowson Modules
I would also enumerate what add-ons you are using. Any REX products? Cheers! -
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!
-
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
-
MSFS crawls to standstill when in PMDG 737 and FSUIPC running
Luke Kolin replied to SliderCDN's topic in FSUIPC7 MSFS
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! -
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!
-
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!
-
Download links aren't loading?
Luke Kolin replied to hydramere's topic in FSUIPC Support Pete Dowson Modules
John, you may want to change the links to be HTTPS, if they aren't already. That seems to be the issue. Cheers! -
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!
-
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!
-
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!